add directory to path
All checks were successful
Continuous Releases / build (windows) (push) Successful in 25s

This commit is contained in:
Eau
2026-03-20 01:36:41 -05:00
parent 1f36bde7ce
commit 035058c016

View File

@@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
- uses: https://gitea.com/actions/gitea-release-action@main
env: