Skip to content

Commit 184755a

Browse files
committed
testing master github actions
1 parent d51a925 commit 184755a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Upload .build artifacts
7070
uses: actions/upload-artifact@v1
7171
with:
72-
name: dot_build
72+
name: .build
7373
path: .build
7474

7575
publish:
@@ -95,7 +95,7 @@ jobs:
9595
- name: Download .build artifacts from Build Step
9696
uses: actions/download-artifact@v1
9797
with:
98-
name: dot_build
98+
name: .build
9999
path: .build
100100

101101
- name: List Workspace Files

0 commit comments

Comments
 (0)