2 Commits

Author SHA1 Message Date
Lauren Kaviak
9e1d51175b remove macos binary target
All checks were successful
Continuous Releases / build (windows) (push) Successful in 5s
2026-03-22 01:25:10 -05:00
Lauren Kaviak
ae6e46f147 build a macos binary
Some checks failed
Continuous Releases / build (windows) (push) Failing after 7s
2026-03-22 01:23:04 -05:00

View File

@@ -3,7 +3,7 @@ on: [push]
name: Continuous Releases name: Continuous Releases
env: env:
TARGET_PLATFORM: x86_64-pc-windows-gnu TARGET_PLATFORM_WINDOWS: x86_64-pc-windows-gnu
APT_PACKAGES: mingw-w64 APT_PACKAGES: mingw-w64
jobs: jobs:
@@ -16,7 +16,7 @@ jobs:
with: with:
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 }}" - run: cargo build --release --target "${{ env.TARGET_PLATFORM_WINDOWS }}"
- 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