Skip to content

Commit 75bccc8

Browse files
committed
fix artifact upload
1 parent a6094ad commit 75bccc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/upload-artifact@v7
4646
with:
4747
name: noiter-linux
48-
path: target/release/noiter
48+
path: target/release_lto/noiter
4949
build-windows:
5050
runs-on: windows-latest
5151
steps:
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/upload-artifact@v7
6161
with:
6262
name: noiter.exe
63-
path: target/release/noiter.exe
63+
path: target/release_lto/noiter.exe
6464
build-macos:
6565
runs-on: macos-latest
6666
steps:
@@ -75,4 +75,4 @@ jobs:
7575
- uses: actions/upload-artifact@v7
7676
with:
7777
name: noiter-macos
78-
path: target/release/noiter
78+
path: target/release_lto/noiter

0 commit comments

Comments
 (0)