mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-24 11:36:21 +00:00
Try uploading renamed apk file
This commit is contained in:
parent
12f4b9339c
commit
71989cf6d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_test_build.yml
vendored
2
.github/workflows/pr_test_build.yml
vendored
|
@ -142,7 +142,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-apks-artifacts
|
name: test-apks-artifacts
|
||||||
path: test-apk/${{ GITHUB_HEAD_REF }}.apk
|
path: test-apk/${{ $GITHUB_HEAD_REF }}.apk
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Reference in a new issue