File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ workflow_dispatch :
7+
68jobs :
79 releaser :
810 runs-on : ubuntu-22.04
3739 release-name : ' ${{ steps.date.outputs.date }}'
3840 asset-name : ' linux-all-casaos-appstore.tar.gz'
3941 file : ' ./linux-all-casaos-appstore.tar.gz'
42+
43+ - name : Download main.zip
44+ run : |
45+ ls
46+ wget -q -O main.zip https://github.com/IceWhaleTech/_appstore/archive/refs/heads/main.zip
47+
48+ - name : Upload to oss
49+ id : upload_to_oss
50+ uses : tvrcgo/upload-to-oss@master
51+ with :
52+ key-id : ${{ secrets.OSS_KEY_ID }}
53+ key-secret : ${{ secrets.OSS_KEY_SECRET }}
54+ region : oss-cn-shanghai
55+ bucket : casaos
56+ assets : |
57+ ./main.zip:/IceWhaleTech/CasaOS-UI/archive/refs/heads/main.zip
58+
4059 - name : install sshpass
4160 run : sudo apt install sshpass --yes
4261
You can’t perform that action at this time.
0 commit comments