Skip to content

Commit bd4e2b9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Download Project Source Code
4949
uses: actions/download-artifact@v1
5050
with:
51-
name: src
51+
name: prj_src
5252

5353
- name: Move Project Source Code to Root Path
5454
run: mv prj_src/* . && rm -rf prj_src/

0 commit comments

Comments
 (0)