remove macos binary target
All checks were successful
Continuous Releases / build (windows) (push) Successful in 5s
All checks were successful
Continuous Releases / build (windows) (push) Successful in 5s
This commit is contained in:
@@ -4,7 +4,6 @@ name: Continuous Releases
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
TARGET_PLATFORM_WINDOWS: x86_64-pc-windows-gnu
|
TARGET_PLATFORM_WINDOWS: x86_64-pc-windows-gnu
|
||||||
TARGET_PLATFORM_MACOS: aarch64-apple-darwin
|
|
||||||
APT_PACKAGES: mingw-w64
|
APT_PACKAGES: mingw-w64
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -18,7 +17,6 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
|
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
|
||||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM_WINDOWS }}"
|
- run: cargo build --release --target "${{ env.TARGET_PLATFORM_WINDOWS }}"
|
||||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM_MACOS }}"
|
|
||||||
- uses: https://gitea.com/actions/gitea-release-action@main
|
- uses: https://gitea.com/actions/gitea-release-action@main
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
|
|||||||
Reference in New Issue
Block a user