Skip to content

Commit

Permalink
Merge pull request #3523 from wasmerio/fix-windows-gnu-distribution
Browse files Browse the repository at this point in the history
Fix Windows-GNU distribution
  • Loading branch information
fschutt authored Jan 24, 2023
2 parents 5f8e7ee + d4dd8d4 commit 45cb95c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ jobs:
- name: Dist
run: |
make distribution-gnu
env:
CARGO_TARGET: x86_64-pc-windows-gnu
TARGET_DIR: target/x86_64-pc-windows-gnu/release
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 45cb95c

Please sign in to comment.