Skip to content

Commit

Permalink
[GHA] Change compile target to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Aug 28, 2024
1 parent 86c3c06 commit c362d7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet publish -c Release -r linux-arm64 --no-self-contained
run: dotnet publish -c Release -r linux-x64 --no-self-contained
- name: Upload program
uses: actions/upload-artifact@v3
with:
name: Bot
path: |
Bot/bin/Release/net8.0/linux-arm64
!Bot/bin/Release/net8.0/linux-arm64/*.pdb
!Bot/bin/Release/net8.0/linux-arm64/publish
Bot/bin/Release/net8.0/linux-x64
!Bot/bin/Release/net8.0/linux-x64/*.pdb
!Bot/bin/Release/net8.0/linux-x64/publish
inspect:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c362d7f

Please sign in to comment.