This commit is contained in:
@@ -16,7 +16,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: ls -al /root/.cargo/bin
|
- run: ls -al /root/.cargo/bin
|
||||||
- run: echo "/root/.cargo/bin" >> $PATH
|
- run: cat $GITHUB_PATH
|
||||||
|
- run: echo "/root/.cargo/bin" >> $GITHUB_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