diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b1e9a86..52beb30 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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: