zip issues
Some checks failed
On-Site VTT - Develop / build (push) Failing after 1m47s

This commit is contained in:
Alexander
2023-12-11 09:09:04 +01:00
parent 973a06e0b5
commit 5ce7d937e8

View File

@@ -37,10 +37,11 @@ jobs:
with: with:
args: zip -r on-site-vtt.zip on-site-vtt args: zip -r on-site-vtt.zip on-site-vtt
- name: Tag commit - name: Tag commit
uses: mathieudutour/github-tag-action@v6.1 uses: anothrNick/github-tag-action@1.64.0
with: with:
custom_tag: dev-${{ steps.date.outputs.date }} CUSTOM_TAG: dev-${{ steps.date.outputs.date }}
github_token: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERBOSE: true
- name: publish release - name: publish release
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with: