Skip to content

Commit 3c26252

Browse files
committed
Use build directory for artifact rather than zip to avoid double wrapping
1 parent 91d660b commit 3c26252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- uses: actions/upload-artifact@v6
3030
with:
3131
name: tabletdrivercleanup
32-
path: ./dist/tabletdrivercleanup.zip
32+
path: ./build
3333
if-no-files-found: error

0 commit comments

Comments
 (0)