Skip to content

Commit

Permalink
Updates .NET version on the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
redbaty committed Sep 23, 2024
1 parent 6f9fb7b commit 862be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.*'
dotnet-version: '9.*'
- name: Build Windows X64
run: dotnet publish --configuration Release --self-contained -r win-x64 -p:PublishSingleFile=true -p:PublishReadyToRun=true -p:Version=1.0.${{ github.run_number }} -o build-win-x64 ./Guetta/Guetta.csproj
- name: Build Linux X64
Expand Down

0 comments on commit 862be30

Please sign in to comment.