We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16beda commit 32b9347Copy full SHA for 32b9347
.github/workflows/deployment.yml
@@ -135,7 +135,7 @@ jobs:
135
- uses: actions/upload-artifact@v3
136
with:
137
name: android-bundles
138
- path: ${{ steps.collect_artifacts.artifacts }}
+ path: ${{ steps.collect_artifacts.outputs.artifacts }}
139
140
desktop_release:
141
name: Build desktop apps
buildSrc/src/main/kotlin/Artifacts.kt
@@ -1,8 +1,8 @@
1
object Artifact {
2
const val APP_ID = "me.sujanpoudel.playdeals"
3
const val APP_NAME = "App Deals"
4
- const val VERSION_CODE = 26
5
- const val VERSION_NAME = "2.1.1"
+ const val VERSION_CODE = 28
+ const val VERSION_NAME = "2.1.3"
6
const val MAJOR_RELEASE = false
7
8
const val ANDROID_COMPILE_SDK = 34
0 commit comments