Modify the publishing process
This commit is contained in:
parent
1aa15932a0
commit
9ad9be8c61
1 changed files with 7 additions and 0 deletions
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:
|
||||
|
|
Loading…
Reference in a new issue