zip issues
Some checks are pending
On-Site VTT - Develop / build (push) Waiting to run

This commit is contained in:
Alexander
2023-12-11 08:16:10 +01:00
parent aff154c514
commit 70778f0e4f

View File

@@ -40,9 +40,9 @@ jobs:
with: with:
args: zip -r on-site-vtt.zip on-site-vtt args: zip -r on-site-vtt.zip on-site-vtt
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: on-site-vtt.zip name: on-site-vtt_dev-${{ steps.date.outputs.date }}
path: on-site-vtt.zip path: on-site-vtt.zip
- name: publish release - name: publish release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
@@ -50,4 +50,4 @@ jobs:
tag: dev-${{ steps.date.outputs.date }} tag: dev-${{ steps.date.outputs.date }}
prerelease: true prerelease: true
api_key: "${{secrets.RELEASE_TOKEN}}" api_key: "${{secrets.RELEASE_TOKEN}}"
artifacts: on-site-vtt.zip artifacts: on-site-vtt_dev-${{ steps.date.outputs.date }}