You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-12 23:50:14 +02:00
Modify the publishing process
This commit is contained in:
7
.github/workflows/casa.yml
vendored
7
.github/workflows/casa.yml
vendored
@ -110,6 +110,13 @@ jobs:
|
||||
chmod +x $PACK_SH
|
||||
./$PACK_SH
|
||||
echo "::set-output name=status::success"
|
||||
|
||||
- name: list work
|
||||
run: |
|
||||
ls /workdir
|
||||
ls /workdir/casa
|
||||
ls /workdir/casa/upload
|
||||
|
||||
- name: Update release
|
||||
uses: meeDamian/github-release@2.0
|
||||
with:
|
||||
|
Reference in New Issue
Block a user