Skip to content

Commit

Permalink
Adding missing mkdir call in release workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Swiber <[email protected]>
  • Loading branch information
kevinswiber committed Aug 21, 2020
1 parent fe2db6e commit ceed437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
run: |
outdir="$(ci/cargo-out-dir "${{ env.TARGET_DIR }}")"
staging="postman2openapi-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
mkdir "$staging"/
cp {README.md,LICENSE} "$staging/"
Expand Down

0 comments on commit ceed437

Please sign in to comment.