We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdece4 commit dd96a43Copy full SHA for dd96a43
.github/workflows/release.yml
@@ -123,11 +123,11 @@ jobs:
123
cd ../
124
cp ./OlivOS-Win.zip ./OlivOS-Win-${{ github.ref_name }}.zip
125
cd ./OlivOS-Win-32-old
126
- zip -r ./OlivOS-Win-32-old.zip ./
+ zip -r ../OlivOS-Win-32-old.zip ./
127
128
cp ./OlivOS-Win-32-old.zip ./OlivOS-Win-32-old-${{ github.ref_name }}.zip
129
cd ./OlivOS-Linux
130
- zip -r ./OlivOS-Linux.zip ./
+ zip -r ../OlivOS-Linux.zip ./
131
132
cp ./OlivOS-Linux.zip ./OlivOS-Linux-${{ github.ref_name }}.zip
133
ls -R
0 commit comments