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