diff --git a/.github/workflows/TestAndCompile.yml b/.github/workflows/TestAndCompile.yml index 819f1d6..c680fe1 100644 --- a/.github/workflows/TestAndCompile.yml +++ b/.github/workflows/TestAndCompile.yml @@ -19,4 +19,9 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} native-image-job-reports: 'true' - name: call gradle to run tests and then compile - run: ./gradlew test nativeCompile \ No newline at end of file + run: ./gradlew test nativeCompile + - name: upload binary + uses: actions/upload-artifact@v4 + with: + name: justserve-${{ matrix.os }} + path: build/native/nativeCompile/justserve* \ No newline at end of file