From 1f52cd1276fc5fed278a30aed081813010b4c7d3 Mon Sep 17 00:00:00 2001 From: 13xforever Date: Thu, 14 Nov 2024 08:49:08 +0500 Subject: [PATCH] update gh actions workflow --- .github/workflows/publish-release.yml | 4 ++-- Ps3DiscDumper.sln | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index b873bdf..608ce72 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -7,7 +7,7 @@ on: required: true type: string env: - dotnet_version: '8.0' + dotnet_version: '9.0' jobs: publish: strategy: @@ -55,7 +55,7 @@ jobs: $short_ver = "$($ver.Major).$($ver.Minor).$($ver.Patch)" Write-Host "Got $short_ver from ${{ env.version_full }}" Write-Output "version_short=$short_ver" >> $env:GITHUB_ENV - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: '${{ env.dotnet_version }}.x' - name: "Download current redump snapshot" diff --git a/Ps3DiscDumper.sln b/Ps3DiscDumper.sln index 5c192d3..57e1e09 100644 --- a/Ps3DiscDumper.sln +++ b/Ps3DiscDumper.sln @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deploy", "Deploy", "{BA0C92 publish.ps1 = publish.ps1 README.md = README.md publish-mac.ps1 = publish-mac.ps1 + .github\workflows\publish-release.yml = .github\workflows\publish-release.yml EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI.Avalonia", "UI.Avalonia\UI.Avalonia.csproj", "{EBFEB92B-CF70-48C2-B1B4-80CC21EFA072}"