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:
|
||||
- os: ubuntu-latest
|
||||
platform: linux-x64
|
||||
- os: macos-latest
|
||||
- os: macos-14
|
||||
platform: macos-arm64
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
@@ -32,10 +32,10 @@ jobs:
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
- name: Build project
|
||||
run: ./gradlew build
|
||||
run: gradle build
|
||||
|
||||
- name: Build native binary
|
||||
run: ./gradlew nativeCompile
|
||||
run: gradle nativeCompile
|
||||
|
||||
- name: Rename binary for platform
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user