Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lunush committed Feb 27, 2021
1 parent a24fa41 commit 6890821
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 @@ -162,6 +162,7 @@ jobs:
outdir=${{ env.TARGET_DIR }}
staging="rates-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
mkdir -p "$staging"/{complete,doc}
ls target
if [ "${{ matrix.os }}" = "windows-2019" ]; then
cp "target/${{ matrix.target }}/release/rates.exe" "$staging/"
7z a "$staging.zip" "$staging"
Expand Down

0 comments on commit 6890821

Please sign in to comment.