From d8f83b27779ff0c67fd8245de159f6618659c3cb Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Sat, 17 May 2025 01:09:03 +0000 Subject: [PATCH] Updated Source uses --- .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 893f3cb..ae2768a 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: https://gitea.com/actions/checkout@v4 + uses: 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: https://gitea.com/actions/gitea-release-action@v1 + uses: actions/gitea-release-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: