fix(worker): updated worker
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
platform: linux-x64
|
platform: linux-x64
|
||||||
- os: macos-latest
|
- os: macos-14
|
||||||
platform: macos-arm64
|
platform: macos-arm64
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@@ -32,10 +32,10 @@ jobs:
|
|||||||
uses: gradle/actions/setup-gradle@v3
|
uses: gradle/actions/setup-gradle@v3
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: ./gradlew build
|
run: gradle build
|
||||||
|
|
||||||
- name: Build native binary
|
- name: Build native binary
|
||||||
run: ./gradlew nativeCompile
|
run: gradle nativeCompile
|
||||||
|
|
||||||
- name: Rename binary for platform
|
- name: Rename binary for platform
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user