Skip to content

Commit a6ee9f2

Browse files
Merge pull request #114 from thunderstore-io/fix-actions-dotnet-version-for-real-this-time
Update release.yml
2 parents ae3656c + b51bb87 commit a6ee9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
shell: bash
7070
run: |
7171
release_name="tcli-${{ needs.validate-tag.outputs.tag }}-${{ matrix.target }}"
72-
dotnet publish ThunderstoreCLI/ThunderstoreCLI.csproj -c Release -r "${{ matrix.target }}" --self-contained true -f net7.0 -o "${release_name}"
72+
dotnet publish ThunderstoreCLI/ThunderstoreCLI.csproj -c Release -r "${{ matrix.target }}" --self-contained true -f net8.0 -o "${release_name}"
7373
7474
if [ "${{ matrix.target }}" == "win-x64" ]; then
7575
7z a -tzip "${release_name}.zip" "./${release_name}"

0 commit comments

Comments
 (0)