Skip to content

Commit

Permalink
feat: change target zip path (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Jan 17, 2024
1 parent bdea7a6 commit e992d8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
cp -v recommend-list.json /tmp/build/sysroot/var/lib/casaos/appstore/default.new/
cp -v README.md /tmp/build/sysroot/var/lib/casaos/appstore/default.new/
pushd /tmp
zip -r linux-all-appstore.zip build
zip -r main.zip build
- name: Copy
run: |
mkdir pages
cp /tmp/linux-all-appstore.zip pages/linux-all-appstore.zip
cp /tmp/main.zip pages/main.zip
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
Expand All @@ -40,5 +40,5 @@ jobs:
source-directory: 'pages'
destination-github-username: 'CasaOS-AppStore'
destination-repository-name: 'casaos-appstore.github.io'
user-email: [email protected]
target-directory: 'casaos-appstore'
user-email: [email protected]
target-directory: 'heads'

0 comments on commit e992d8e

Please sign in to comment.