Skip to content

Commit

Permalink
updated release workflow to get new version of osslsigncode (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadav-legit authored Dec 28, 2022
1 parent 7c96ee1 commit ffaff8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install osslsigncode
run: sudo apt-get install osslsigncode=2.0-1
run: |
sudo apt-get update
sudo apt-get install osslsigncode=2.2-1ubuntu1
- uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
with:
fetch-depth: 0
Expand Down Expand Up @@ -53,4 +55,4 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
upload-assets: true # upload to a new release
upload-assets: true # upload to a new release

0 comments on commit ffaff8f

Please sign in to comment.