Update LANCommander.yml
parent
a6892ffbef
commit
f8036e62af
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue