Skip to content

Commit

Permalink
update gh actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
13xforever committed Nov 14, 2024
1 parent 7085ffa commit 1f52cd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
type: string
env:
dotnet_version: '8.0'
dotnet_version: '9.0'
jobs:
publish:
strategy:
Expand Down Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions Ps3DiscDumper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 1f52cd1

Please sign in to comment.