Skip to content

Commit 24a07c0

Browse files
committed
Fixed artifact path for CI
1 parent 7de87e1 commit 24a07c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: neophyte-linux
32-
path: target/release/neophyte
32+
path: target/ci/neophyte
3333
retention-days: 1
3434

3535
build-macos:
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: neophyte-macos
55-
path: target/release/neophyte
55+
path: target/ci/neophyte
5656
retention-days: 1
5757

5858
build-windows:
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/upload-artifact@v4
7676
with:
7777
name: neophyte-windows.exe
78-
path: target/release/neophyte.exe
78+
path: target/ci/neophyte.exe
7979
retention-days: 1
8080

8181
create-release:

0 commit comments

Comments
 (0)