We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de52e22 commit b924b80Copy full SHA for b924b80
.github/workflows/main.yml
@@ -18,10 +18,10 @@ jobs:
18
npm install -g @angular/cli
19
npm install
20
npm run build
21
- mv ./**/dist/01JHU_INST-nde ../
+ mv /home/runner/work/customModule/customModule/dist/01JHU_INST-nde /home/runner/work/customModule/customModule/01JHU_INST-nde
22
23
- name: Archive production artifacts
24
uses: actions/upload-artifact@v4
25
with:
26
name: 01JHU_INST-nde
27
- path: ./**/01JHU_INST-nde/
+ path: /home/runner/work/customModule/customModule/01JHU_INST-nde
0 commit comments