Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zeckson committed Mar 31, 2024
1 parent 866924f commit 90d1df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo "Release files: ${{ steps.sign.outputs.signedReleaseFile }}"
- name: Rename Signed APK File
run: mv ./zvernam-${{ env.VERSION }}-signed.apk ./${{ env.APK_RELEASE_FILENAME }}
run: mv ./${{ steps.sign.outputs.signedReleaseFile }} ./${{ env.APK_RELEASE_FILENAME }}

- name: Upload Signed artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 90d1df1

Please sign in to comment.