Skip to content

Commit

Permalink
Automate release (#12)
Browse files Browse the repository at this point in the history
publish issue fix
  • Loading branch information
sayantandey committed Apr 22, 2023
1 parent f5ea766 commit 6deef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: >
dotnet publish src/SQLServerCoverageCore/SQLServerCoverageCore.csproj
-c Release -r ${{ matrix.os }} -o "releases/${{ matrix.os }}/${{env.APP_NAME}}"
--sc true -p:PublishSingleFile=true
--sc true
- name: 'Zipping ${{env.APP_NAME}}_${{ env.APP_VERSION }} for release'
run: >
Expand Down

0 comments on commit 6deef34

Please sign in to comment.