Skip to content

Commit

Permalink
Update action for building executables to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed May 28, 2024
1 parent 6b78f27 commit 84f3709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- run: make osx-dmg
- uses: actions/upload-artifact@v4
with:
name: artifact-osx
path: "*.dmg"

windows:
Expand Down Expand Up @@ -83,4 +84,5 @@ jobs:
"${WIX}bin/light" -ext WixUIExtension gambit.wixobj
- uses: actions/upload-artifact@v4
with:
name: artifact-msw
path: "*.msi"

0 comments on commit 84f3709

Please sign in to comment.