Skip to content

Commit 2863cd0

Browse files
committed
GH workflow update.
1 parent f1e7425 commit 2863cd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: cargo test --verbose
1919
- uses: actions/upload-artifact@v4
2020
with:
21-
name: deoptimizer-linux-x86_64
21+
name: deoptimizer_linux_x86_64
2222
path: ./target/release/deoptimizer
2323
retention-days: 5
2424
build-windows:
@@ -31,7 +31,7 @@ jobs:
3131
run: cargo test --verbose
3232
- uses: actions/upload-artifact@v4
3333
with:
34-
name: deoptimizer-windows-x86_64
34+
name: deoptimizer_windows_x86_64
3535
path: ./target/release/deoptimizer.exe
3636
retention-days: 5
3737
build-macos-x86:
@@ -44,7 +44,7 @@ jobs:
4444
run: cargo test --verbose
4545
- uses: actions/upload-artifact@v4
4646
with:
47-
name: deoptimizer-macos-x86_64
47+
name: deoptimizer_macos_x86_64
4848
path: ./target/release/deoptimizer
4949
retention-days: 5
5050
build-macos-arm64:
@@ -57,6 +57,6 @@ jobs:
5757
run: cargo test --verbose
5858
- uses: actions/upload-artifact@v4
5959
with:
60-
name: deoptimizer-macos-aarch64
60+
name: deoptimizer_macos_aarch64
6161
path: ./target/release/deoptimizer
6262
retention-days: 5

0 commit comments

Comments
 (0)