Skip to content

Commit 3a5b5ae

Browse files
committed
Merge branch 'main' of https://github.com/dhcgn/jxlgui into main
2 parents 38c28a3 + bfb782e commit 3a5b5ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: dotnet test --no-build --verbosity normal
3131
- name: Publish
3232
run: dotnet publish -c Release -o output
33+
- shell: pwsh
34+
env:
35+
MINISIGN_KEY: ${{ secrets.MINISIGN_KEY }}
36+
run: |
37+
.\sign_file.ps1 .\output\jxlgui.wpf.exe
3338
- name: Compress Publish
3439
run: Compress-Archive -Path .\output\jxlgui.wpf.exe* .\output\jxlgui.wpf.exe.zip
3540
- name: Upload Build Artifact

0 commit comments

Comments
 (0)