We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae3656c + b51bb87 commit a6ee9f2Copy full SHA for a6ee9f2
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
shell: bash
70
run: |
71
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}"
+ dotnet publish ThunderstoreCLI/ThunderstoreCLI.csproj -c Release -r "${{ matrix.target }}" --self-contained true -f net8.0 -o "${release_name}"
73
74
if [ "${{ matrix.target }}" == "win-x64" ]; then
75
7z a -tzip "${release_name}.zip" "./${release_name}"
0 commit comments