Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 authored Jan 22, 2025
1 parent 99e0f27 commit 2e5ea78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
with:
base64-subjects: "${{ needs.build.outputs.x64_hashReleaseInstaller }} ${{ needs.build.outputs.arm64_hashReleaseInstaller }}"
base64-subjects: |
"${{ needs.build.outputs.x64_hashReleaseInstaller }}"
"${{ needs.build.outputs.arm64_hashReleaseInstaller }}"
draft-release: false
upload-assets: false # Optional: Upload to a new release
release:
Expand Down

0 comments on commit 2e5ea78

Please sign in to comment.