Skip to content

Commit f8da6f9

Browse files
authored
Merge pull request #34 from daltskin/update-actions
missing $
2 parents 62abced + f310b04 commit f8da6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: dotnet publish .//SmartThingsTerminal//SmartThingsTerminal.csproj -o publish/v$GITVERSION_SEMVER/${{ matrix.runtime }} -c Release -r ${{ matrix.runtime }} -f net5.0 /p:PublishSingleFile=true /p:DebugType=None /p:IncludeNativeLibrariesForSelfExtract=true /p:AssemblyVersion=$GITVERSION_SEMVER /p:FileVersion=$GITVERSION_ASSEMBLYSEMFILEVER /p:InformationalVersion=$GITVERSION_SEMVER
5959

6060
- name: Zip ${{ matrix.runtime }} release
61-
run: 7z a {{ matrix.runtime }}.zip .\publish\v${{ env.GITVERSION_SEMVER }}\${{ matrix.runtime }}\
61+
run: 7z a ${{ matrix.runtime }}.zip .\publish\v${{ env.GITVERSION_SEMVER }}\${{ matrix.runtime }}\
6262

6363
- name: Release ${{ env.GITVERSION_SEMVER }}
6464
if: steps.release_check.outputs.skip_build != 'true'

0 commit comments

Comments
 (0)