diff --git a/.gitea/workflows/build-on-release.yaml b/.gitea/workflows/build-on-release.yaml index bdd9574..264e9e0 100644 --- a/.gitea/workflows/build-on-release.yaml +++ b/.gitea/workflows/build-on-release.yaml @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest-rust steps: - name: Check out code repository - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 - name: Build Binary run: | cargo build --release - name: Push binary to artifact - uses: actions/gitea-release-action@v1 + uses: https://gitea.com/actions/gitea-release-action@v1 with: draft: true files: |-