diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe99fa5..f6d169f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,14 @@ jobs: run: npm install - name: Build - run: npm run build && apt-get update && apt-get install -y zip && zip -r Gopeed-Chrome-Extension.zip build + run: npm run build + + - name: Archive + uses: montudor/action-zip@v1.0.0 + with: + args: zip -r Gopeed-Chrome-Extension.zip build + + - name: Create Release uses: softprops/action-gh-release@v2