Skip to content

Commit

Permalink
GH workflow update.
Browse files Browse the repository at this point in the history
  • Loading branch information
EgeBalci committed Jul 22, 2024
1 parent f1e7425 commit 2863cd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cargo test --verbose
- uses: actions/upload-artifact@v4
with:
name: deoptimizer-linux-x86_64
name: deoptimizer_linux_x86_64
path: ./target/release/deoptimizer
retention-days: 5
build-windows:
Expand All @@ -31,7 +31,7 @@ jobs:
run: cargo test --verbose
- uses: actions/upload-artifact@v4
with:
name: deoptimizer-windows-x86_64
name: deoptimizer_windows_x86_64
path: ./target/release/deoptimizer.exe
retention-days: 5
build-macos-x86:
Expand All @@ -44,7 +44,7 @@ jobs:
run: cargo test --verbose
- uses: actions/upload-artifact@v4
with:
name: deoptimizer-macos-x86_64
name: deoptimizer_macos_x86_64
path: ./target/release/deoptimizer
retention-days: 5
build-macos-arm64:
Expand All @@ -57,6 +57,6 @@ jobs:
run: cargo test --verbose
- uses: actions/upload-artifact@v4
with:
name: deoptimizer-macos-aarch64
name: deoptimizer_macos_aarch64
path: ./target/release/deoptimizer
retention-days: 5

0 comments on commit 2863cd0

Please sign in to comment.