This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user