We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b79a8 commit 92fa1c8Copy full SHA for 92fa1c8
.github/workflows/ci-cd.yml
@@ -28,7 +28,7 @@ jobs:
28
if: startsWith(github.ref, 'refs/tags/')
29
runs-on: ubuntu-latest
30
container:
31
- image: mcr.microsoft.com/dotnet/sdk:6.0
+ image: mcr.microsoft.com/dotnet/sdk:8.0
32
needs: [build-and-test]
33
steps:
34
- uses: actions/checkout@v2
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
cd src/PlexRichPresence.UI.Avalonia
44
export PATH="$PATH:/github/home/.dotnet/tools"
45
- dotnet deb -c Release -f net6.0 -o dist/linux-x64
+ dotnet deb -c Release -f net8.0 -o dist/linux-x64
46
- name: Save deb package as artifact
47
uses: actions/upload-artifact@v4
48
with:
0 commit comments