Skip to content

Commit 1e3e71d

Browse files
committed
Fixed github actions
1 parent fdbf4b5 commit 1e3e71d

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 root
3535
uses: actions/upload-artifact@v1
3636
with:
37-
name: root
37+
name: .
3838
path: .
3939

4040
- name: Show Project Files
@@ -48,7 +48,7 @@ jobs:
4848
- name: Download root
4949
uses: actions/download-artifact@v1
5050
with:
51-
name: root
51+
name: .
5252

5353
- name: Show Project Files
5454
run: ls -la

0 commit comments

Comments
 (0)