mirror of
https://github.com/papeloto/action-zip
synced 2024-11-22 13:39:34 -08:00
fix: github actions example on the readme
This commit is contained in:
parent
26a249fb00
commit
aa5b953b97
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: vimtor/action-zip@v1
|
||||
- uses: vimtor/action-zip@v1.1
|
||||
with:
|
||||
files: dist/ manifest.json
|
||||
dest: result.zip
|
||||
|
|
Loading…
Reference in a new issue