Skip to content

Commit ca017c7

Browse files
authored
Do not include release zips in CI artifacts
1 parent 5a56a11 commit ca017c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- uses: actions/upload-artifact@v4
1313
with:
1414
name: ${{ github.event.repository.name }}_${{ github.sha }}
15-
path: bin
15+
path: bin/build

0 commit comments

Comments
 (0)