We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244c5dd commit 91f6018Copy full SHA for 91f6018
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
export RELEASE_STORE_FILE="$(readlink -f keystore.jks)"
30
./gradlew assembleRelease
31
- mv app/build/outputs/apk/release/*.apk "restic-android-${CI_VERSION}.apk"
+ mv app/build/outputs/apk/release/*.apk "restic-android-${CI_VERSION#'refs/tags/'}.apk"
32
- uses: actions/upload-artifact@v3
33
with:
34
path: '*.apk'
0 commit comments