Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 9e6adb2

Browse files
committed
Merge branch 'goreleaser' into supply-chain
2 parents 69fcb45 + c34af96 commit 9e6adb2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
goreleaser:
151151
runs-on: ubuntu-latest
152152
needs: [linux-amd64-release, darwin-release]
153-
if: always()
153+
if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
154154
steps:
155155
- uses: actions/checkout@v2
156156
with:

.goreleaser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ sboms:
2121
checksum:
2222
name_template: 'checksums.txt'
2323
extra_files:
24-
- glob: linux-x86_64-libgit2-all-libs.tar.gz
25-
- glob: linux-x86_64-libgit2-only-lib.tar.gz
26-
# - glob: darwin-libgit2-all-libs.tar.gz
27-
# - glob: darwin-libs-libgit2-only.tar.gz
24+
- glob: '*.tar.gz'
2825

2926
source:
3027
enabled: true

0 commit comments

Comments
 (0)