We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95ec83 commit ff04a5bCopy full SHA for ff04a5b
.github/workflows/nightly.yml
@@ -164,7 +164,7 @@ jobs:
164
ls -al ./dist
165
cd dist
166
zip -r ols-x86_64-pc-windows-msvc.zip ols-x86_64-pc-windows-msvc.exe builtin
167
- rm ols-x86_64-pc-windows-msvc.zip ols-x86_64-pc-windows-msvc.exe
+ rm ols-x86_64-pc-windows-msvc.exe
168
169
chmod +x ols-x86_64-unknown-linux-gnu
170
zip -r ols-x86_64-unknown-linux-gnu.zip ols-x86_64-unknown-linux-gnu builtin
0 commit comments