Skip to content

Commit 91f6018

Browse files
authored
Update release.yml
1 parent 244c5dd commit 91f6018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
export RELEASE_STORE_FILE="$(readlink -f keystore.jks)"
3030
./gradlew assembleRelease
31-
mv app/build/outputs/apk/release/*.apk "restic-android-${CI_VERSION}.apk"
31+
mv app/build/outputs/apk/release/*.apk "restic-android-${CI_VERSION#'refs/tags/'}.apk"
3232
- uses: actions/upload-artifact@v3
3333
with:
3434
path: '*.apk'

0 commit comments

Comments
 (0)