Skip to content

Commit

Permalink
fuck ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyl18 committed Oct 13, 2022
1 parent 0f6fbf6 commit db16829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ jobs:
name: Download the file
with:
url: "https://wfbot.cyan.cafe/api/WFBotWrapper/DownloadWrapperWindows"
target: ./
target: ./WFBotWrapper-win-x86.exe
- uses: suisei-cn/[email protected]
name: Download the file
with:
url: "https://wfbot.cyan.cafe/api/WFBotWrapper/DownloadWrapperLinuxArm64"
target: ./
target: WFBotWrapper-linux-arm64
- uses: suisei-cn/[email protected]
name: Download the file
with:
url: "https://wfbot.cyan.cafe/api/WFBotWrapper/DownloadWrapperLinuxX64"
target: ./
target: ./WFBotWrapper-linux-x64

- name: Create a GitHub release
id: create_release
Expand Down

0 comments on commit db16829

Please sign in to comment.