From 1cd20200b5e809dbac876ecd30a0bb054747c091 Mon Sep 17 00:00:00 2001 From: Luke Harding Date: Tue, 30 Apr 2024 13:52:23 -0400 Subject: [PATCH] Use gitea urls in action pull --- .gitea/workflows/build-on-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |-