Skip to content

Commit 44a9316

Browse files
committed
ci: fix glob in attest-build-provenance
Signed-off-by: Rafael Passos <rafael@rcpassos.me>
1 parent a4ffa1b commit 44a9316

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ jobs:
130130
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
131131
with:
132132
subject-path: |
133-
'target/release/protonup-rs**.gz'
134-
'target/release/protonup-rs**.zip'
135-
'target/release/protonup-rs**.deb'
136-
'target/release/protonup-rs**.rpm'
133+
target/release/protonup-rs*.gz
134+
target/release/protonup-rs*.zip
135+
target/release/protonup-rs*.deb
136+
target/release/protonup-rs*.rpm
137137
138138
provenance:
139139
needs: [release]

0 commit comments

Comments
 (0)