Skip to content

Commit

Permalink
Fix artifact name and path
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Jan 29, 2025
1 parent 5485dca commit 7b3a53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ jobs:
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: dist
path: standalone_win
name: standalone_win
path: dist

0 comments on commit 7b3a53e

Please sign in to comment.