Skip to content

Commit 357dca4

Browse files
committed
WIP, improved github actions
1 parent 98fb0bf commit 357dca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upload Project Source Code
3535
uses: actions/upload-artifact@v1
3636
with:
37-
name: src
37+
name: prj_src
3838
path: .
3939

4040
- name: Show Project Files
@@ -51,7 +51,7 @@ jobs:
5151
name: src
5252

5353
- name: Move Project Source Code to Root Path
54-
run: mv src/* . && rm -rf src/
54+
run: mv prj_src/* . && rm -rf prj_src/
5555
shell: bash
5656

5757
- name: Show Project Files

0 commit comments

Comments
 (0)