Update .github/workflows/build.yaml
Some checks failed
Build / Tag Version (push) Successful in 5s
Build / Build NPM Project (push) Failing after 1m18s

This commit is contained in:
Zakary Timson 2023-12-15 03:22:01 +00:00
parent c983cd9ef6
commit acbaff4428

View File

@ -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: