Remove upload step
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m51s

This commit is contained in:
2023-12-02 23:02:44 -05:00
parent 1518afbf83
commit b69e9c9db6

View File

@@ -23,8 +23,8 @@ jobs:
run: npm install -g @quasar/cli
- name: Build Project
run: quasar build -m pwa
- name: Archive Production Artifact
uses: actions/upload-artifact@v2
with:
name: build-artifact
path: dist/pwa
# - name: Archive Production Artifact
# uses: actions/upload-artifact@v2
# with:
# name: build-artifact
# path: dist/pwa