Skip to content

Commit b81e365

Browse files
fix: another attempt
Push for Nasr to help me
1 parent 7e61339 commit b81e365

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github/workflows/nodejs.yml

+11
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ jobs:
5959
deploy:
6060
runs-on: ubuntu-latest
6161
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+
6273
- name: Build PWA distribution for production
6374
run: |
6475
npm run build --if-present

0 commit comments

Comments
 (0)