Skip to content

Commit

Permalink
update windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
obrienalaribe authored Jul 10, 2024
1 parent 4dcd072 commit 56135b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ jobs:
run: |
${{ matrix.extra_setup }}
cargo build --profile maxperf --target=${{ matrix.rust_target }} -p ${{ matrix.workspace }}
Move-Item -Path "target\${{ matrix.rust_target }}\maxperf\${{ matrix.workspace }}" -Destination "target\${{ matrix.rust_target }}\maxperf\${{ matrix.output_name }}"
Compress-Archive -Path "${{ matrix.output_name }}" -DestinationPath "${{ matrix.output_name }}.tar.gz"
Get-ChildItem -Path target\${{ matrix.rust_target }}\maxperf -Recurse
# Move-Item -Path "target\${{ matrix.rust_target }}\maxperf\${{ matrix.workspace }}" -Destination "target\${{ matrix.rust_target }}\maxperf\${{ matrix.output_name }}"
# Compress-Archive -Path "${{ matrix.output_name }}" -DestinationPath "${{ matrix.output_name }}.tar.gz"
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.output_name }}
Expand Down

0 comments on commit 56135b5

Please sign in to comment.