Update LANCommander.yml
This commit is contained in:
parent
a6892ffbef
commit
f8036e62af
1 changed files with 3 additions and 5 deletions
8
.github/workflows/LANCommander.yml
vendored
8
.github/workflows/LANCommander.yml
vendored
|
@ -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…
Add table
Reference in a new issue