X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/2e5d8fe5619e3b341b4834d457f73da159cc4633..207764e0be91aeb9a6c52fa8639a822555f8759a:/.github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74a402ab..f336c480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '17', '18' ] + java: [ '17', '19' ] steps: - uses: actions/checkout@v3 @@ -38,10 +38,11 @@ jobs: version: 'latest' java-version: '17' components: 'native-image' + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build with Gradle run: ./gradlew --no-daemon nativeCompile - name: Archive production artifacts uses: actions/upload-artifact@v3 with: - name: signal-cli-archive-native + name: signal-cli-native path: build/native/nativeCompile/signal-cli