hardcode instead of ref home var
Some checks failed
Continuous Releases / build (windows) (push) Failing after 3s
Some checks failed
Continuous Releases / build (windows) (push) Failing after 3s
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: ls -al ${{ env.HOME }}/.cargo/bin
|
- run: ls -al /root/.cargo/bin
|
||||||
- run: echo "${{ env.HOME }}/.cargo/bin" >> $PATH
|
- run: echo "/root/.cargo/bin" >> $PATH
|
||||||
- run: rustup default stable
|
- run: rustup default stable
|
||||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
|
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
|
||||||
- uses: https://gitea.com/actions/gitea-release-action@main
|
- uses: https://gitea.com/actions/gitea-release-action@main
|
||||||
|
|||||||
Reference in New Issue
Block a user