Skip to content

Commit

Permalink
test code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pombal committed Nov 15, 2023
1 parent cb85f89 commit 572b6f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,21 @@ jobs:
uses: Leafwing-Studios/[email protected]
- name: Build
run: cargo build --workspace --release

- name: Code Sign Windows
if: ${{ matrix.os == 'windows-latest' }}
uses: sslcom/esigner-codesign@develop
with:
command: sign
username: ${{secrets.ES_USERNAME}}
password: ${{secrets.ES_PASSWORD}}
credential_id: ${{secrets.ES_CREDENTIAL_ID}}
totp_secret: ${{secrets.ES_TOTP_SECRET}}
file_path: target/release/ambient.exe
dir_path: target/release/
override: true
malware_block: false

- name: Upload ambient executable artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 572b6f8

Please sign in to comment.