diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b40da5a..c3a4527 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,19 @@ jobs: uses: borales/actions-yarn@v4 with: cmd: build + - name: Make zip + uses: thedoctor0/zip-release@0.7.5 + with: + type: zip + path: dist/* + filename: time-card-extension.zip + - name: Make tar + uses: thedoctor0/zip-release@0.7.5 + with: + type: tar + path: dist/* + filename: time-card-extension.tar.gz - name: Release uses: softprops/action-gh-release@v1 with: - files: dist/* + files: time-card-extension.*