Skip to content

Commit

Permalink
net6 @v2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 authored Nov 11, 2021
1 parent 64228ad commit 5adf6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tag=$(git describe --tags --abbrev=0)
release_name="App-$tag-${{ matrix.target }}"
# Build everything
dotnet publish StatusConsole/StatusConsole.csproj --framework net5.0 --runtime "${{ matrix.target }}" -c Release -o "$release_name" "${{ matrix.options }}"
dotnet publish StatusConsole/StatusConsole.csproj --framework net6.0 --runtime "${{ matrix.target }}" -c Release -o "$release_name" "${{ matrix.options }}"
# Pack files
if [ "${{ matrix.target }}" == "win-x64" ]; then
# Pack to zip for Windows
Expand Down

0 comments on commit 5adf6f2

Please sign in to comment.