Skip to content

Commit

Permalink
ci: install osslsigncode before using it
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Apr 23, 2023
1 parent 022ab3b commit e7a3b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yml
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Setup osslsigncode
run: sudo apt-get update && sudo apt-get install -y osslsigncode
- name: Write osslsigncode cert & key
env:
SIGNCODE_CERT: ${{ secrets.SIGNCODE_CERT }}
Expand Down

0 comments on commit e7a3b4a

Please sign in to comment.