Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa authored Dec 22, 2024
1 parent 99fa36a commit af08cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

- name: Build
env:
Expand All @@ -40,7 +40,7 @@ jobs:
release_name="JL-$tag-${{ matrix.target }}"
# Build everything
dotnet publish JL.Windows/JL.Windows.csproj --framework net8.0-windows --runtime "${{ matrix.target }}" --no-self-contained -c Release -o "$release_name" //p:Version=$tag
dotnet publish JL.Windows/JL.Windows.csproj --framework net9.0-windows --runtime "${{ matrix.target }}" --no-self-contained -c Release -o "$release_name" //p:Version=$tag
# Mark JL as LARGEADDRESSAWARE
if [ "${{ matrix.target }}" = "win-x86" ]
Expand Down

0 comments on commit af08cc6

Please sign in to comment.