fix: fix release copy fail (#392)
This commit is contained in:
parent
212f385315
commit
f1dc627da0
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- name: Copy
|
- name: Copy
|
||||||
run: |
|
run: |
|
||||||
mkdir pages
|
mkdir pages
|
||||||
cp linux-all-appstore.zip pages/linux-all-appstore.zip
|
cp /tmp/linux-all-appstore.zip pages/linux-all-appstore.zip
|
||||||
|
|
||||||
- name: Pushes to another repository
|
- name: Pushes to another repository
|
||||||
uses: cpina/github-action-push-to-another-repository@main
|
uses: cpina/github-action-push-to-another-repository@main
|
||||||
|
|
Loading…
Reference in New Issue