Skip to content

Commit 2bbbb0b

Browse files
committed
And don't forget to create a directory for artifacts…
1 parent 25ae12d commit 2bbbb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
shell: bash
182182
run: |
183183
staging="${{ env.BIN_NAME }}-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
184+
mkdir -p "$staging"
184185
185186
cp {README.md,LICENSE,CHANGELOG.md} "$staging/"
186187

0 commit comments

Comments
 (0)