zip issues
All checks were successful
On-Site VTT - Develop / build (push) Successful in 3m13s

This commit is contained in:
Alexander
2023-12-11 10:13:53 +01:00
parent e62d45a936
commit 95d74f841a

View File

@@ -36,19 +36,11 @@ jobs:
uses: montudor/action-zip@v1 uses: montudor/action-zip@v1
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
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 - name: publish release
uses: https://gitea.aweleczka.de/actions/release-action@main uses: https://gitea.aweleczka.de/actions/release-action@main
with: with:
title: ${{ steps.tagging.outputs.new_tag }} title: dev-${{ steps.date.outputs.date }}
tag_name: ${{ steps.tagging.outputs.new_tag }} tag_name: dev-${{ steps.date.outputs.date }}
body: ${{ steps.tagging.outputs.changelog }}
files: on-site-vtt.zip files: on-site-vtt.zip
pre_release: true pre_release: true
api_key: "${{secrets.RELEASE_TOKEN}}" api_key: "${{secrets.RELEASE_TOKEN}}"