Update .github/workflows/build.yaml

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

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