Skip to content

Commit

Permalink
test: gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 23, 2024
1 parent 952b070 commit 2e4be46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: sbt GraalVMNativeImage/packageBin
- uses: actions/upload-artifact@v4
with:
name: baboon-${{ matrix.target }}${{ matrix.bin-suffix || "" }}
name: baboon-${{ matrix.target }}${{ matrix.bin-suffix }}
path: |
target/graalvm-native-image/**
# - name: Run test build
Expand Down

0 comments on commit 2e4be46

Please sign in to comment.