Fix version number bug
This commit is contained in:
parent
05206faa9b
commit
4a7342be8e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
composer run build
|
||||
|
||||
- name: Create artifact
|
||||
uses: montudor/action-zip@stable
|
||||
uses: montudor/action-zip@v0.1.0
|
||||
with:
|
||||
args: zip -X -r dist/footnotes.zip dist
|
||||
|
||||
|
|
Reference in a new issue