File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ To publish a new version of `wasi-sdk` as a GitHub release:
30
30
workflow completed successfully:
31
31
32
32
``` shell script
33
- ci/is-worfklow -valid.sh $TAG $WORKFLOW_RUN_ID $GITHUB_TOKEN
33
+ ci/is-workflow -valid.sh $TAG $WORKFLOW_RUN_ID $GITHUB_TOKEN
34
34
```
35
35
36
36
4 . Download and unzip the workflow artifacts. Note that artifacts with ` +m ` or
@@ -39,7 +39,7 @@ To publish a new version of `wasi-sdk` as a GitHub release:
39
39
Windows, MacOS, Linux). The following script does all of this automatically:
40
40
41
41
``` shell script
42
- ci/download-workflow-artifacts.sh $TAG $ WORKFLOW_RUN_ID $GITHUB_TOKEN
42
+ ci/download-workflow-artifacts.sh $WORKFLOW_RUN_ID $GITHUB_TOKEN
43
43
```
44
44
45
45
5 . Draft a new release. This could be done [ manually] [ releases ] but the
You can’t perform that action at this time.
0 commit comments