From c49e2bf10f1d475020b0fbdfe176150b0c235cff Mon Sep 17 00:00:00 2001 From: Aland Osman Date: Mon, 29 Jul 2024 21:54:50 +0300 Subject: [PATCH] check --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83433c7..46bccf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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