Skip to content

Commit de52e22

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
npm install -g @angular/cli
1919
npm install
2020
npm run build
21+
mv ./**/dist/01JHU_INST-nde ../
2122
2223
- name: Archive production artifacts
2324
uses: actions/upload-artifact@v4
2425
with:
2526
name: 01JHU_INST-nde
26-
path: ./**/dist/01JHU_INST-nde/
27+
path: ./**/01JHU_INST-nde/

0 commit comments

Comments
 (0)