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 3, 2024
1 parent 0b38c92 commit 808a732
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: dist/
- name: Upload to release
uses: JasonEtco/upload-to-release@master
- name: Release
uses: softprops/action-gh-release@v2
with:
args: dist/wuwa-tweaks.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
files: dist/wuwa-tweaks.exe
# build-mac:
# runs-on: macos-latest
# steps:
Expand Down

0 comments on commit 808a732

Please sign in to comment.