1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

Modify the publishing process

This commit is contained in:
a624669980
2021-09-30 16:14:09 +08:00
parent 081e9213c2
commit cbd945536d

View File

@ -111,7 +111,7 @@ jobs:
cd /workdir cd /workdir
wget $PACK_SH_URL wget $PACK_SH_URL
chmod +x $PACK_SH chmod +x $PACK_SH
./$PACK_SH pwd ./$PACK_SH $(pwd)
echo "::set-output name=status::success" echo "::set-output name=status::success"
- name: list work - name: list work
run: ls run: ls