Skip to content

Commit 2fbb796

Browse files
committed
Sample builder: fix depend in attest-samples
1 parent 3a777ce commit 2fbb796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sample-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
path: ${{ github.workspace }}/out/build/LuxCore-*.zip
324324

325325
attest-samples:
326-
needs: [build-wheels]
326+
needs: [build-samples]
327327
runs-on: ubuntu-latest
328328
permissions:
329329
attestations: write

0 commit comments

Comments
 (0)