We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e61339 commit b81e365Copy full SHA for b81e365
.github/workflows/nodejs.yml
@@ -59,6 +59,17 @@ jobs:
59
deploy:
60
runs-on: ubuntu-latest
61
needs: test
62
+ - name: Download Artifact
63
+ uses: actions/download-artifact@master
64
+ with:
65
+ name: Ambianic-UI
66
+ path: /home/runner/work/ambianic-ui/ambianic-ui
67
+
68
+ - name: Debugging
69
+ run: |
70
+ pwd
71
+ ls -al
72
73
- name: Build PWA distribution for production
74
run: |
75
npm run build --if-present
0 commit comments