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 db1beb0 commit 0b38c92
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: dist/
- name: Upload to Releases
uses: dothq/tag-and-release[email protected]
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
version: ${{ github.ref_name }}
github-token: ${{ secrets.GITHUB_TOKEN }}
assets: '["dist/wuwa-tweaks.exe"]'
overwrite: true
args: dist/wuwa-tweaks.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# build-mac:
# runs-on: macos-latest
# steps:
Expand Down

0 comments on commit 0b38c92

Please sign in to comment.