From e62d45a936d68f570e6e56dda2a13313a976c84e Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 11 Dec 2023 09:59:03 +0100 Subject: [PATCH] zip issues --- .gitea/workflows/release-on-develop.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-on-develop.yml b/.gitea/workflows/release-on-develop.yml index 9967b20..e754372 100644 --- a/.gitea/workflows/release-on-develop.yml +++ b/.gitea/workflows/release-on-develop.yml @@ -37,16 +37,17 @@ jobs: with: args: zip -r on-site-vtt.zip on-site-vtt - name: Tag commit - uses: mathieudutour/github-tag-action@v6.1 + uses: https://github.com/mathieudutour/github-tag-action@v6.1 id: tagging with: custom_tag: dev-${{ steps.date.outputs.date }} github_token: ${{ secrets.GITHUB_TOKEN }} verbose: true - name: publish release - uses: https://gitea.com/actions/release-action@main + uses: https://gitea.aweleczka.de/actions/release-action@main with: title: ${{ steps.tagging.outputs.new_tag }} + tag_name: ${{ steps.tagging.outputs.new_tag }} body: ${{ steps.tagging.outputs.changelog }} files: on-site-vtt.zip pre_release: true