Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yazninja authored Jun 2, 2024
1 parent 42c8cd5 commit 3c59f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wuwa-tweaks.exe
path: dist/wuwa-tweaks.exe
path: dist/
- name: Build Linux
run: bun run build-linux
- uses: actions/upload-artifact@v4
with:
name: wuwa-tweaks-linux
path: dist/wuwa-tweaks-linux
path: dist/
- name: Build Mac
run: bun run build-mac
- uses: actions/upload-artifact@v4
with:
name: wuwa-tweaks-mac
path: dist/wuwa-tweaks-mac
path: dist/

- name: Upload to Releases
uses: dothq/[email protected]
Expand Down

0 comments on commit 3c59f25

Please sign in to comment.