diff --git a/.github/workflows/release_zip.yml b/.github/workflows/release_zip.yml index 311402d..7de896a 100644 --- a/.github/workflows/release_zip.yml +++ b/.github/workflows/release_zip.yml @@ -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 @@ -40,5 +40,5 @@ jobs: source-directory: 'pages' destination-github-username: 'CasaOS-AppStore' destination-repository-name: 'casaos-appstore.github.io' - user-email: a778917369@gmail.com - target-directory: 'casaos-appstore' \ No newline at end of file + user-email: wiki@casaos.io + target-directory: 'heads' \ No newline at end of file