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
5364dd8710
commit
e264cb326d
1 changed files with 0 additions and 26 deletions
26
.github/workflows/pr_test_build.yml
vendored
26
.github/workflows/pr_test_build.yml
vendored
|
@ -124,34 +124,8 @@ jobs:
|
|||
run: |
|
||||
mkdir test-apk
|
||||
mv pubspec_base.yaml test-apk/$GITHUB_HEAD_REF.apk
|
||||
cd test-apk
|
||||
ls
|
||||
apkPath=pwd/$GITHUB_HEAD_REF.apk
|
||||
echo "===================="
|
||||
echo $apkPath
|
||||
echo "===================="
|
||||
echo "artifactPath=test-apk/$GITHUB_HEAD_REF.apk" >> $GITHUB_ENV
|
||||
echo ${{ env.artifactPath }}
|
||||
|
||||
- name: Upload Artifact
|
||||
continue-on-error: true
|
||||
uses: kittaakos/upload-artifact-as-is@v0
|
||||
with:
|
||||
path: test-apk/
|
||||
|
||||
# - name: Upload Artifact
|
||||
# continue-on-error: true
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: test-apks-artifacts
|
||||
# path: ${{ env.artifactPath2 }}
|
||||
# retention-days: 1
|
||||
#
|
||||
# - name: Upload Artifact
|
||||
# continue-on-error: true
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: test-apks-artifacts
|
||||
# path: ${{ env.artifactPath3 }}
|
||||
# retention-days: 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue