File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 58
58
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
59
59
60
60
- 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 }}\
62
62
63
63
- name : Release ${{ env.GITVERSION_SEMVER }}
64
64
if : steps.release_check.outputs.skip_build != 'true'
You can’t perform that action at this time.
0 commit comments