Skip to content

Commit

Permalink
proper rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jul 27, 2024
1 parent 6652178 commit 977313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cake_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
run: |
cd /opt/android/cake_wallet/build/app/outputs/flutter-apk
mkdir test-apk
cp app-arm64-v8a-release.apk test-apk/${{ github.ref_name }}.apk
cp app-arm64-v8a-release.apk "test-apk/$(echo ${{ github.ref_name }} | tr '/-' '_').apk"
- name: Upload Artifact
uses: kittaakos/upload-artifact-as-is@v0
Expand Down

0 comments on commit 977313e

Please sign in to comment.