Skip to content

Commit

Permalink
retry syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie D committed Jan 31, 2022
1 parent f8da6f9 commit f8d2441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
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

- name: Zip ${{ matrix.runtime }} release
run: 7z a ${{ matrix.runtime }}.zip .\publish\v${{ env.GITVERSION_SEMVER }}\${{ matrix.runtime }}\
run: 7z a ${{ matrix.runtime }}.zip publish/v${{ env.GITVERSION_SEMVER }}/${{ matrix.runtime }}/*

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

0 comments on commit f8d2441

Please sign in to comment.