Skip to content

Commit

Permalink
תיקון יצירת שם apk
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 28, 2024
1 parent 371811e commit ef813d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ jobs:
shell: bash
run: |
VERSION=${GITHUB_REF#refs/tags/v}
FILENAME="Singles-Sorter-$VERSION_CLEAN.apk"
FILENAME="Singles-Sorter-${VERSION}.apk"
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
echo "VERSION_CLEAN=$VERSION_CLEAN" >> $GITHUB_OUTPUT
echo "FILENAME=$FILENAME" >> $GITHUB_OUTPUT
echo "RELEASE_TITLE=מסדר הסינגלים $VERSION" >> $GITHUB_OUTPUT
Expand All @@ -70,4 +69,4 @@ jobs:
draft: true
prerelease: true
files: |
build/apk/${{ steps.get_version.outputs.FILENAME }}
build/apk/${{ steps.get_version.outputs.FILENAME }}

0 comments on commit ef813d7

Please sign in to comment.