mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Try uploading renamed apk file
This commit is contained in:
parent
bd1a5cf3f7
commit
5364dd8710
1 changed files with 2 additions and 4 deletions
6
.github/workflows/pr_test_build.yml
vendored
6
.github/workflows/pr_test_build.yml
vendored
|
@ -135,11 +135,9 @@ jobs:
|
|||
|
||||
- name: Upload Artifact
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: kittaakos/upload-artifact-as-is@v0
|
||||
with:
|
||||
name: test-apks-artifacts
|
||||
path: ${{ env.artifactPath }}
|
||||
retention-days: 1
|
||||
path: test-apk/
|
||||
|
||||
# - name: Upload Artifact
|
||||
# continue-on-error: true
|
||||
|
|
Loading…
Reference in a new issue