Skip to content

Commit d458d39

Browse files
committed
chore: Release version v0.0.30
1 parent 241bcce commit d458d39

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
env:
138138
VERSION: ${{ needs.version.outputs.version }}
139139

140+
- name: Create temp dir
141+
run: mkdir -p dist
140142

141143
- name: cargo install cargo-cyclonedx
142144
run: cargo install --locked cargo-cyclonedx
@@ -177,9 +179,6 @@ jobs:
177179
SOURCE: ${{ steps.variables.outputs.source }}
178180
ARCHIVE: ${{ steps.variables.outputs.archive }}
179181

180-
- name: Create temp dir
181-
run: mkdir -p dist
182-
183182
- name: Rename binary
184183
shell: bash
185184
run: mv "${SOURCE}" "${DEST}"

0 commit comments

Comments
 (0)