diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml index 8089eb71..a7169c75 100644 --- a/.github/workflows/cake_wallet.yaml +++ b/.github/workflows/cake_wallet.yaml @@ -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