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 5d3ee17 commit ddf6943Copy full SHA for ddf6943
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
name: Download Brussels
31
run: |
32
if [[ "${BRUSSELS_RUN_ID}" == "" ]]; then
33
- gh release download -R oxidecomputer/brussels -p brussels
+ gh release download -R oxidecomputer/brussels -p brussels v0.1.1
34
else
35
gh run download "${BRUSSELS_RUN_ID}" -R oxidecomputer/brussels -n prebuilt-binary
36
fi
0 commit comments