mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +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
|
- name: Upload Artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/upload-artifact@v3
|
uses: kittaakos/upload-artifact-as-is@v0
|
||||||
with:
|
with:
|
||||||
name: test-apks-artifacts
|
path: test-apk/
|
||||||
path: ${{ env.artifactPath }}
|
|
||||||
retention-days: 1
|
|
||||||
|
|
||||||
# - name: Upload Artifact
|
# - name: Upload Artifact
|
||||||
# continue-on-error: true
|
# continue-on-error: true
|
||||||
|
|
Loading…
Reference in a new issue