Skip to content

Commit

Permalink
Update auto_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku authored Apr 6, 2023
1 parent d77e08a commit 0ecc407
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Download main.zip
run: |
wget -q -O main.zip https://github.com/IceWhaleTech/_appstore/archive/refs/heads/main.zip
ls
- name: Upload to oss
id: upload_to_oss
Expand All @@ -54,7 +53,7 @@ jobs:
region: oss-cn-shanghai
bucket: casaos
assets: |
./main.zip:/IceWhaleTech/CasaOS-UI/archive/refs/heads/main.zip
./main.zip:/IceWhaleTech/_appstore/archive/refs/heads/main.zip
- name: install sshpass
run: sudo apt install sshpass --yes
Expand Down

0 comments on commit 0ecc407

Please sign in to comment.