Skip to content

Commit

Permalink
Update release artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Sep 9, 2024
1 parent 4804a1f commit 9e5df73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: insanity-mingw.exe
name: insanity-windows-mingw
path: target/x86_64-pc-windows-gnu/release/insanity.exe

windows-msvc:
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: insanity.exe
name: insanity-windows-msvc
path: target/x86_64-pc-windows-msvc/release/insanity.exe

nix:
Expand All @@ -125,6 +125,7 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
merge-multiple: true
- name: Zip artifacts
run: |
for f in *; do
Expand Down

0 comments on commit 9e5df73

Please sign in to comment.