From a563a5ecbf175149312c994a7b4250d12d259c9e Mon Sep 17 00:00:00 2001 From: SnippetsX Date: Tue, 12 Nov 2024 23:43:24 +0300 Subject: [PATCH] updated --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b67126b..e04307b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: retention-days: 5 - name: Create Release - uses: gitea/release-action@v1 + uses: https://gitea.com/actions/release-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} target: master