mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
tweek
This commit is contained in:
parent
260f61b7f3
commit
673a7a7d77
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -93,9 +93,9 @@ jobs:
|
|||
run: |
|
||||
bash -lc @'
|
||||
cd $GITHUB_WORKSPACE
|
||||
mkdir -p $RESULT_PATH/$RESULT_PATH_SUB/
|
||||
cp *.zip $RESULT_PATH/$RESULT_PATH_SUB/tmp.zip
|
||||
cd $RESULT_PATH/$RESULT_PATH_SUB
|
||||
mkdir -p $RESULT_PATH
|
||||
cp *.zip $RESULT_PATH/tmp.zip
|
||||
cd $RESULT_PATH
|
||||
7z x tmp.zip
|
||||
rm tmp.zip
|
||||
'@
|
||||
|
|
|
|||
Loading…
Reference in a new issue