Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGavin authored Oct 25, 2024
1 parent 77dfb5b commit b95ec83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,19 @@ jobs:
ls -al ./dist
cd dist
zip -r ols-x86_64-pc-windows-msvc.zip ols-x86_64-pc-windows-msvc.exe builtin
rm ols-x86_64-pc-windows-msvc.zip ols-x86_64-pc-windows-msvc.exe
chmod +x ols-x86_64-unknown-linux-gnu
zip -r ols-x86_64-unknown-linux-gnu.zip ols-x86_64-unknown-linux-gnu builtin
rm ols-x86_64-unknown-linux-gnu
chmod +x ols-x86_64-darwin
zip -r ols-x86_64-darwin.zip ols-x86_64-darwin builtin
rm ols-x86_64-darwin
chmod +x ols-arm64-darwin
zip -r ols-arm64-darwin.zip ols-arm64-darwin builtin
rm ols-arm64-darwin
rm -rf builtin
- name: Publish Release
Expand Down

0 comments on commit b95ec83

Please sign in to comment.