mirror of
https://github.com/papeloto/action-zip
synced 2024-11-22 05:29:35 -08:00
Merge pull request #30 from hugoheml/patch-1
fix: github actions example on the readme
This commit is contained in:
commit
6902d60227
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: vimtor/action-zip@v1
|
- uses: vimtor/action-zip@v1.1
|
||||||
with:
|
with:
|
||||||
files: dist/ manifest.json
|
files: dist/ manifest.json
|
||||||
dest: result.zip
|
dest: result.zip
|
||||||
|
|
Loading…
Reference in a new issue