Skip to content

Commit 95f82b5

Browse files
authored
Fix a problematic upload (#172)
1 parent 515f24a commit 95f82b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ tasks:
220220
--artifacts=$WINDOWS_BIN:public/$WINDOWS_BIN &&
221221
apk add --no-cache zip &&
222222
strip $WINDOWS_BIN &&
223-
zip -9 rust-code-analysis-win-x86_64.zip $WINDOWS_BIN"
223+
zip -9 /rust-code-analysis-win-x86_64.zip $WINDOWS_BIN"
224224
artifacts:
225225
public/rust-code-analysis-win-x86_64.zip:
226226
expires: {$fromNow: '2 weeks'}

0 commit comments

Comments
 (0)