Update LANCommander.yml

dhcp-server
Pat Hartl 2023-09-03 15:06:52 -05:00 committed by GitHub
parent a6892ffbef
commit f8036e62af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -37,13 +37,11 @@ jobs:
- name: Publish
run: dotnet publish "./LANCommander/LANCommander.csproj" -c Release -o _Build --self-contained --os win -p:PublishSingleFile=true
- name: Sign Windows Binary
uses: DanaBear/code-sign-action@v4
uses: nadeemjazmawe/Sign-action-signtool.exe@v0.1
with:
certificate: "${{ secrets.CERTIFICATE }}"
certificatesha1: "${{ secrets.CERTIFICATE_HASH }}"
password: "${{ secrets.CERTIFICATE_PASSWORD }}"
folder: "./_Build"
recursive: false
cert-password: "${{ secrets.CERTIFICATE_PASSWORD }}"
filepath: "./_Build/LANCommander.exe"
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with: