Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JesuisTong committed Jul 29, 2024
1 parent 9b6e2c0 commit 5cb35eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
needs: create-release
permissions:
contents: write
runs-on: ${{ matrix.platform }}
strategy:
matrix:
build: [linux, macos, windows]
Expand All @@ -65,6 +64,7 @@ jobs:
target: x86_64-pc-windows-msvc
archive-name: athene-bot-windows.7z
fail-fast: false
runs-on: ${{ matrix.platform }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 5cb35eb

Please sign in to comment.