Skip to content

Commit 525f43a

Browse files
committed
Add artifact upload for build test
1 parent 8fa4abb commit 525f43a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
2626
- name: Run tests
2727
run: cargo test --verbose
28+
29+
- uses: actions/upload-artifact@v6
30+
with:
31+
name: tabletdrivercleanup
32+
path: ./dist/tabletdrivercleanup.zip
33+
if-no-files-found: error

0 commit comments

Comments
 (0)