Try again
This commit is contained in:
parent
509ff3040c
commit
8fe8e2c364
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-handler.yml
vendored
2
.github/workflows/release-handler.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Create release archive
|
- name: Create release archive
|
||||||
uses: montudor/action-zip@v0.1.0
|
uses: montudor/action-zip@v0.1.0
|
||||||
with:
|
with:
|
||||||
args: zip -X -r dist/footnotes-${{ github.event.release.tag_name }}.zip dist/*
|
args: zip -X -r dist/footnotes-${{ github.event.release.tag_name }}.zip dist
|
||||||
|
|
||||||
- name: Upload archive as artifact
|
- name: Upload archive as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Reference in a new issue