Skip to content

Commit 370987c

Browse files
committed
set artefact name
1 parent a248231 commit 370987c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
- run: cargo test
6262
- name: Upload Windows binary
6363
uses: actions/upload-artifact@v4
64-
with: { path: "target/debug/sqlpage.exe" }
64+
with:
65+
name: sqlpage-windows-debug
66+
path: "target/debug/sqlpage.exe"
6567

6668
docker_build:
6769
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)