From acbaff4428a33ba9977e4556ebd91a866ea9cf32 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Fri, 15 Dec 2023 03:22:01 +0000 Subject: [PATCH] Update .github/workflows/build.yaml --- .github/workflows/build.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 187f85f..1103b45 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,12 +18,17 @@ jobs: - name: Build Project run: npm run build + + - name: Compress Output + uses: ztimson/actions/tar@develop + with: + pattern: dist/ng-datatable - name: Upload Artifacts uses: actions/upload-artifact@v3 with: name: ng-datatable - path: dist + path: archive.tar.gz retention-days: 7 tag: