diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0ba4fea..976a8d2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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