From 56570f452cfdfab7b5ef8c097b0efeab9b3fefca Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Sat, 17 May 2025 01:10:41 +0000 Subject: [PATCH] Update .gitea/workflows/draft_release.yaml --- .gitea/workflows/draft_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/draft_release.yaml b/.gitea/workflows/draft_release.yaml index ae2768a..293e552 100644 --- a/.gitea/workflows/draft_release.yaml +++ b/.gitea/workflows/draft_release.yaml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: https://git.lzstealth.com/actions/checkout@v4 - name: Zip Repository run: zip -r "${{ gitea.workspace }}/${{ vars.FILE_NAME }} ${{ gitea.ref_name }}.zip" ./* - name: Create Release id: create_release - uses: actions/gitea-release-action@v1 + uses: https://git.lzstealth.com/actions/gitea-release-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: