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 241bcce commit d458d39Copy full SHA for d458d39
1 file changed
.github/workflows/publish.yml
@@ -137,6 +137,8 @@ jobs:
137
env:
138
VERSION: ${{ needs.version.outputs.version }}
139
140
+ - name: Create temp dir
141
+ run: mkdir -p dist
142
143
- name: cargo install cargo-cyclonedx
144
run: cargo install --locked cargo-cyclonedx
@@ -177,9 +179,6 @@ jobs:
177
179
SOURCE: ${{ steps.variables.outputs.source }}
178
180
ARCHIVE: ${{ steps.variables.outputs.archive }}
181
- - name: Create temp dir
- run: mkdir -p dist
182
-
183
- name: Rename binary
184
shell: bash
185
run: mv "${SOURCE}" "${DEST}"
0 commit comments