Skip to content

Commit 6902d60

Browse files
authored
Merge pull request #30 from hugoheml/patch-1
fix: github actions example on the readme
2 parents 991fc37 + aa5b953 commit 6902d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
21-
- uses: vimtor/action-zip@v1
21+
- uses: vimtor/action-zip@v1.1
2222
with:
2323
files: dist/ manifest.json
2424
dest: result.zip

0 commit comments

Comments
 (0)