Skip to content

Commit b924b80

Browse files
authored
Update main.yml
1 parent de52e22 commit b924b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
npm install -g @angular/cli
1919
npm install
2020
npm run build
21-
mv ./**/dist/01JHU_INST-nde ../
21+
mv /home/runner/work/customModule/customModule/dist/01JHU_INST-nde /home/runner/work/customModule/customModule/01JHU_INST-nde
2222
2323
- name: Archive production artifacts
2424
uses: actions/upload-artifact@v4
2525
with:
2626
name: 01JHU_INST-nde
27-
path: ./**/01JHU_INST-nde/
27+
path: /home/runner/work/customModule/customModule/01JHU_INST-nde

0 commit comments

Comments
 (0)