We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6094ad commit 75bccc8Copy full SHA for 75bccc8
1 file changed
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/upload-artifact@v7
46
with:
47
name: noiter-linux
48
- path: target/release/noiter
+ path: target/release_lto/noiter
49
build-windows:
50
runs-on: windows-latest
51
steps:
@@ -60,7 +60,7 @@ jobs:
60
61
62
name: noiter.exe
63
- path: target/release/noiter.exe
+ path: target/release_lto/noiter.exe
64
build-macos:
65
runs-on: macos-latest
66
@@ -75,4 +75,4 @@ jobs:
75
76
77
name: noiter-macos
78
0 commit comments