From c297ebcec71943a26078601d5c2751ed7cfeb378 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Tue, 11 Jan 2022 00:33:41 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a227665..a6586ba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: papeloto/action-zip@v1 + - uses: vimtor/action-zip@v1 with: files: dist/ manifest.json dest: result.zip @@ -51,7 +51,7 @@ Whether to add subdirectories to simply zip all files to the root. If for example, you do the following: ```yaml -- uses: papeloto/action-zip@v1 +- uses: vimtor/action-zip@v1 with: files: dist/ manifest.json recursive: false