Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hi
  • Loading branch information
yazninja committed Jun 5, 2024
2 parents 43ef24c + c6e8407 commit a87aa8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: dist/
- name: Upload to Releases
uses: dothq/tag-and-release[email protected]
- name: Release
uses: softprops/action-gh-release@v2
with:
version: ${{ github.ref_name }}
github-token: ${{ secrets.GITHUB_TOKEN }}
assets: '["dist/wuwa-tweaks.exe"]'
overwrite: true
files: dist/wuwa-tweaks.exe
tag_name: ${{startsWith(github.ref, 'refs/tags/') && github.ref || 'main'}}
# build-mac:
# runs-on: macos-latest
# steps:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ This is a project that makes it easy to tweak [Wuthering Waves](https://wutherin

## Usage

(Recommended) [Windows from Fast Server](https://cdn.yaz.ninja/wuwa-tweaks.exe)

Get the latest build in the [releases](https://github.com/yazninja/wuwa-tweaks/releases/lastest) page.
Or get the exe's directly : [Windows](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks.exe) | [Linux](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks-linux) | [MacOS](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks-mac)
Or get the exe's directly : [Windows](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks.exe) | ~[Linux](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks-linux)~ | ~[MacOS](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks-mac)~ (Mac and Linux disabled for now)

## Build from source

Expand Down

0 comments on commit a87aa8e

Please sign in to comment.