From aa5b953b973c3fef9dd3090319a1a918803d7051 Mon Sep 17 00:00:00 2001 From: Hugo H <51268820+hugoheml@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:35:31 +0200 Subject: [PATCH] fix: github actions example on the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6586ba..157091e 100644 --- a/README.md +++ b/README.md @@ -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