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 515f24a commit 95f82b5Copy full SHA for 95f82b5
.taskcluster.yml
@@ -220,7 +220,7 @@ tasks:
220
--artifacts=$WINDOWS_BIN:public/$WINDOWS_BIN &&
221
apk add --no-cache zip &&
222
strip $WINDOWS_BIN &&
223
- zip -9 rust-code-analysis-win-x86_64.zip $WINDOWS_BIN"
+ zip -9 /rust-code-analysis-win-x86_64.zip $WINDOWS_BIN"
224
artifacts:
225
public/rust-code-analysis-win-x86_64.zip:
226
expires: {$fromNow: '2 weeks'}
0 commit comments