Update .github/workflows/build.yaml
This commit is contained in:
parent
c983cd9ef6
commit
acbaff4428
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user