fix: fix release copy fail (#392)

This commit is contained in:
CorrectRoadH 2024-01-15 17:47:48 +08:00 committed by GitHub
parent 212f385315
commit f1dc627da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: Copy
run: |
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
uses: cpina/github-action-push-to-another-repository@main