chore(deps): update montudor/action-zip action to v0.1.1
This commit is contained in:
parent
61a9c09bdb
commit
5b7ecc5aa9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
mv dist/ footnotes/
|
mv dist/ footnotes/
|
||||||
|
|
||||||
- name: Create release archive
|
- name: Create release archive
|
||||||
uses: montudor/action-zip@v0.1.0
|
uses: montudor/action-zip@v0.1.1
|
||||||
with:
|
with:
|
||||||
args: zip -X -r footnotes-${{ github.event.release.tag_name }}.zip footnotes
|
args: zip -X -r footnotes-${{ github.event.release.tag_name }}.zip footnotes
|
||||||
|
|
||||||
|
|
Reference in a new issue