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: