Skip to content

Commit

Permalink
And don't forget to create a directory for artifacts…
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 26, 2020
1 parent 25ae12d commit 2bbbb0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
shell: bash
run: |
staging="${{ env.BIN_NAME }}-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
mkdir -p "$staging"
cp {README.md,LICENSE,CHANGELOG.md} "$staging/"
Expand Down

0 comments on commit 2bbbb0b

Please sign in to comment.