Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoLittle committed Dec 9, 2022
1 parent ccb3b90 commit ad555f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
target:
- { name: Linux-x64, os: ubuntu-latest, tool: x86_64-unknown-linux-musl }
- { name: Linux-x64-GNU, os: ubuntu-20.04, tool: x86_64-unknown-linux-gnu }
- { name: Linux-x64-GNU, os: ubuntu-latest, tool: x86_64-unknown-linux-gnu }
- { name: macOS-x64, os: macos-latest, tool: x86_64-apple-darwin }
- { name: Windows-x64, os: windows-latest, tool: x86_64-pc-windows-msvc }

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- { name: macOS-x64, os: macos-latest, tool: x86_64-apple-darwin }
- { name: Windows-x64, os: windows-latest, tool: x86_64-pc-windows-msvc }
- { name: Linux-x64, os: ubuntu-latest, tool: x86_64-unknown-linux-musl }
- { name: Linux-x64-GNU, os: ubuntu-20.04, tool: x86_64-unknown-linux-gnu }
- { name: Linux-x64-GNU, os: ubuntu-18.04, tool: x86_64-unknown-linux-gnu }
- { name: macOS-aarch64, os: macos-latest, tool: aarch64-apple-darwin }
- { name: Windows-aarch64, os: windows-latest, tool: aarch64-pc-windows-msvc }
- { name: Linux-aarch64, os: ubuntu-latest, tool: aarch64-unknown-linux-musl }
Expand Down Expand Up @@ -134,4 +134,4 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.arch }}-linux-android/release/atri_bot
asset_name: atri_bot-${{ matrix.arch }}-linux-android
asset_name: atri_bot-${{ matrix.arch }}-linux-android

0 comments on commit ad555f8

Please sign in to comment.