Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JesuisTong committed Aug 15, 2024
1 parent 88f16ae commit 79774ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ jobs:
os: ubuntu-22.04
rust: nightly
target: x86_64-unknown-linux-gnu
archive-name: tg-banana-bot-linux.tar.gz
archive-name: joker-cli-linux.tar.gz
- build: macos
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
archive-name: tg-banana-bot-macos.tar.gz
archive-name: joker-cli-macos.tar.gz
- build: windows
os: windows-latest
rust: nightly-x86_64-msvc
target: x86_64-pc-windows-msvc
archive-name: tg-banana-bot-windows.7z
archive-name: joker-cli-windows.7z
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 79774ac

Please sign in to comment.