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
|
- name: Build Project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Compress Output
|
||||||
|
uses: ztimson/actions/tar@develop
|
||||||
|
with:
|
||||||
|
pattern: dist/ng-datatable
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ng-datatable
|
name: ng-datatable
|
||||||
path: dist
|
path: archive.tar.gz
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user