Skip to content

Commit ab1aa6d

Browse files
committed
fix other typo
1 parent 4050cd9 commit ab1aa6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-bins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ jobs:
183183
- name: Upload release artifacts
184184
uses: softprops/action-gh-release@v2
185185
with:
186-
files: result/*
186+
files: artifacts/*
187187

188188
- name: Generate artifact attestation
189189
uses: actions/attest-build-provenance@v2
190190
with:
191-
subject-path: "result/*"
191+
subject-path: "artifacts/*"

0 commit comments

Comments
 (0)