-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated release workflow to get new version of osslsigncode (#92)
- Loading branch information
1 parent
7c96ee1
commit ffaff8f
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |