Skip to content

Commit

Permalink
Copy from DimBot
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 5, 2024
1 parent 90c4153 commit 90fb14e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build -c Release -r linux-arm64
run: dotnet publish -c Release -r linux-arm64 --no-self-contained
- name: Upload program
uses: actions/upload-artifact@v3
with:
name: Bot
path: .
path: |
bin/Release/net8.0/linux-arm64/Bot
bin/Release/net8.0/linux-arm64/*.dll

0 comments on commit 90fb14e

Please sign in to comment.