We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa4abb commit 525f43aCopy full SHA for 525f43a
1 file changed
.github/workflows/build_test.yml
@@ -25,3 +25,9 @@ jobs:
25
26
- name: Run tests
27
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