Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dhcgn/jxlgui into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dhcgn committed Feb 19, 2022
2 parents 38c28a3 + bfb782e commit 3a5b5ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet publish -c Release -o output
- shell: pwsh
env:
MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }}
run: |
.\sign_file.ps1 .\output\jxlgui.wpf.exe
- name: Compress Publish
run: Compress-Archive -Path .\output\jxlgui.wpf.exe* .\output\jxlgui.wpf.exe.zip
- name: Upload Build Artifact
Expand Down

0 comments on commit 3a5b5ae

Please sign in to comment.