We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080ecb1 commit 1bac694Copy full SHA for 1bac694
1 file changed
.taskcluster.yml
@@ -257,12 +257,9 @@ tasks:
257
env:
258
TASKCLUSTER_SECRET: project/relman/rust-code-analysis/deploy
259
command:
260
- - taskboot
261
- - github-release
262
- - mozilla/rust-code-analysis
263
- - "${version}"
264
- - "--asset ${linux_artifact}:public/${linux_artifact} \
265
- ${windows_artifact}:public/${windows_artifact}"
+ - "/bin/sh"
+ - "-cx"
+ - "taskboot github-release mozilla/rust-code-analysis ${version} --asset ${linux_artifact}:public/${linux_artifact} ${windows_artifact}:public/${windows_artifact}"
266
metadata:
267
name: "rust-code-analysis release publication ${version}"
268
description: rust-code-analysis release publication on Github
0 commit comments