Skip to content

Commit

Permalink
fix(versionRelease): use matrix kind as runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Mar 15, 2022
1 parent 8009443 commit 053cbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versionRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
release_name="SmartTeslaAmpSetter-$tag-${{ matrix.target }}"
# Build everything
dotnet publish SmartTeslaAmpSetter/Server/SmartTeslaAmpSetter.Server.csproj --runtime "${{ matrix.target }}" -c Release -o "$release_name"
dotnet publish SmartTeslaAmpSetter/Server/SmartTeslaAmpSetter.Server.csproj --runtime "${{ matrix.kind }}" -c Release -o "$release_name"
# Pack files
tar czvf "${release_name}.tar.gz" "$release_name"
Expand Down

0 comments on commit 053cbcb

Please sign in to comment.