Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
chr1gu committed Oct 28, 2022
1 parent 7a262d4 commit a0d70c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
- name: Build
run: cargo build --release --all-features
- name: Test
run: ls target
run: ls target/release
- name: Zip archive
run: Compress-Archive target\release\binance-public-data-cli binance-get_${{ steps.get_version.outputs.version-without-v }}_windows64.zip
run: Compress-Archive target/release/binance-public-data-cli.exe binance-get_${{ steps.get_version.outputs.version-without-v }}_windows64.zip
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a0d70c1

Please sign in to comment.