mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-27 01:08:53 +01:00
Fix file path
This commit is contained in:
parent
fde0d29f10
commit
5539ce8510
6
.github/workflows/slsa-releaser.yml
vendored
6
.github/workflows/slsa-releaser.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
contents: write
|
contents: write
|
||||||
needs: args
|
needs: args
|
||||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
||||||
with:
|
with:
|
||||||
config-file: .slsa-goreleaser-linux-amd64.yml
|
config-file: .slsa-goreleaser-linux-amd64.yml
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- args
|
- args
|
||||||
- build-linux-amd64
|
- build-linux-amd64
|
||||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
||||||
with:
|
with:
|
||||||
config-file: .slsa-goreleaser-darwin-amd64.yml
|
config-file: .slsa-goreleaser-darwin-amd64.yml
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
- args
|
- args
|
||||||
- build-linux-amd64
|
- build-linux-amd64
|
||||||
- build-darwin-amd64
|
- build-darwin-amd64
|
||||||
uses: slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@635178ac70b01fe057b014fe7ee9167e08f14c22
|
||||||
with:
|
with:
|
||||||
config-file: .slsa-goreleaser-darwin-arm64.yml
|
config-file: .slsa-goreleaser-darwin-arm64.yml
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
|
Loading…
Reference in New Issue
Block a user