Skip to content

Commit

Permalink
fix(versionRelease): use matrix kind as publish name
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Mar 15, 2022
1 parent 4964f14 commit eaa117b
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 @@ -53,7 +53,7 @@ jobs:
run: |
# Define some variables for things we need
tag=$(git describe --tags --abbrev=0)
release_name="Plugins.SmaEnergymeter-$tag-${{ matrix.target }}"
release_name="Plugins.SmaEnergymeter-$tag-${{ matrix.kind }}"
# Build everything
dotnet publish Plugins.SmaEnergymeter/Plugins.SmaEnergymeter.csproj --runtime "${{ matrix.kind }}" -c Release -o "$release_name"
Expand Down

0 comments on commit eaa117b

Please sign in to comment.