Skip to content

Commit

Permalink
Fixing cp command 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 49c37e4 commit fe2db6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
outdir="$(ci/cargo-out-dir "${{ env.TARGET_DIR }}")"
staging="postman2openapi-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
cp {README.md,COPYING,UNLICENSE,LICENSE-MIT} "$staging/"
cp {README.md,LICENSE} "$staging/"
if [ "${{ matrix.os }}" = "windows-2019" ]; then
cp "target/${{ matrix.target }}/release/postman2openapi.exe" "$staging/"
Expand Down

0 comments on commit fe2db6e

Please sign in to comment.