mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 19:26:27 +00:00
fix artifact path
This commit is contained in:
parent
b62e4cb064
commit
fb2e7306ad
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pr_test_build.yml
vendored
5
.github/workflows/pr_test_build.yml
vendored
|
@ -116,12 +116,13 @@ jobs:
|
|||
|
||||
- name: Rename apk
|
||||
run: |
|
||||
mv pubspec_base.yaml $GITHUB_HEAD_REF.apk
|
||||
mkdir test-apk
|
||||
mv pubspec_base.yaml test-apk/$GITHUB_HEAD_REF.apk
|
||||
ls
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-apks-artifacts
|
||||
path: "\${{GITHUB_HEAD_REF}}.apk"
|
||||
path: test-apk/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue