Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunatix01 committed Jul 29, 2024
1 parent 0e75aa5 commit c49e2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Ragscan with GraalVM
on: [push, pull_request]
jobs:
build:
name: HelloWorld on ${{ matrix.os }}
name: Ragscan on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
java --version
native-image --version
- name: Example step using Maven plugin # https://graalvm.github.io/native-build-tools/latest/maven-plugin.html
run: mvn -Pnative -DskipTests native:compile
run: mvnw -Pnative -DskipTests native:compile
- name: Upload binary
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c49e2bf

Please sign in to comment.