Skip to content

Commit cf9812c

Browse files
committed
upload linux test builds
1 parent 03505ba commit cf9812c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
- run: cargo clippy
3232
- run: cargo test --all-features
3333
- run: cargo test
34+
- name: Upload Linux binary
35+
uses: actions/upload-artifact@v4
36+
with:
37+
name: sqlpage-linux-debug
38+
path: "target/debug/sqlpage"
3439

3540
test:
3641
needs: compile_and_lint

0 commit comments

Comments
 (0)