Remove upload step
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m51s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m51s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user