Update .github/workflows/build.yaml
Some checks failed
Build / Build NPM Project (push) Failing after 26s
Build / Tag Version (push) Has been skipped

This commit is contained in:
Zakary Timson 2023-12-15 03:16:26 +00:00
parent 16f1cc996a
commit ca75517a53

View File

@ -22,7 +22,7 @@ jobs:
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
path: dist path: ./dist/ng-datatable
retention-days: 7 retention-days: 7
- name: Push to registry - name: Push to registry