update reference again?
All checks were successful
Continuous Releases / build (windows) (push) Successful in 3m11s

This commit is contained in:
Eau
2026-03-19 23:23:53 -05:00
parent fac435df56
commit c5ab8f900d

View File

@@ -18,7 +18,7 @@ jobs:
- run: apt update && apt install -y ${{ env.APT_PACKAGES }} - run: apt update && apt install -y ${{ env.APT_PACKAGES }}
- run: rustup target add "${{ env.TARGET_PLATFORM }}" - run: rustup target add "${{ env.TARGET_PLATFORM }}"
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}" - run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
- uses: https://gitea.com/actions/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
NODE_TLS_REJECT_UNAUTHORIZED: "false" NODE_TLS_REJECT_UNAUTHORIZED: "false"