update repo reference
Some checks failed
Continuous Releases / build (windows) (push) Failing after 3m12s

This commit is contained in:
Eau
2026-03-19 23:19:08 -05:00
parent 4e3a868e00
commit fac435df56

View File

@@ -18,7 +18,7 @@ jobs:
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
- uses: actions/gitea-release-action@v1
- uses: https://gitea.com/actions/release-action@main
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
NODE_TLS_REJECT_UNAUTHORIZED: "false"