Skip to content

Commit 92fa1c8

Browse files
committed
Bumps Github actions dependencies
1 parent 49b79a8 commit 92fa1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: startsWith(github.ref, 'refs/tags/')
2929
runs-on: ubuntu-latest
3030
container:
31-
image: mcr.microsoft.com/dotnet/sdk:6.0
31+
image: mcr.microsoft.com/dotnet/sdk:8.0
3232
needs: [build-and-test]
3333
steps:
3434
- uses: actions/checkout@v2
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
cd src/PlexRichPresence.UI.Avalonia
4444
export PATH="$PATH:/github/home/.dotnet/tools"
45-
dotnet deb -c Release -f net6.0 -o dist/linux-x64
45+
dotnet deb -c Release -f net8.0 -o dist/linux-x64
4646
- name: Save deb package as artifact
4747
uses: actions/upload-artifact@v4
4848
with:

0 commit comments

Comments
 (0)