mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-26 10:13:44 +01:00
Check if the task name is part of the hash
This commit is contained in:
parent
dfb5a3005d
commit
fa32a1af07
4
.github/workflows/slsa-releaser.yml
vendored
4
.github/workflows/slsa-releaser.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
config-file: .slsa-goreleaser-linux-amd64.yml
|
||||
go-version: 1.17
|
||||
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
||||
build-darwin-amd64:
|
||||
build:
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: write
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- build-linux-amd64
|
||||
- build-darwin-amd64
|
||||
- build
|
||||
- build-darwin-arm64
|
||||
steps:
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
|
Loading…
Reference in New Issue
Block a user