Skip to content

Commit c549ead

Browse files
Fix typo is publish artifact name (#619)
1 parent a37f704 commit c549ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Download Assembled-BaseKit-Windows 0.70 Folder
157157
uses: actions/download-artifact@v2
158158
with:
159-
name: 'Assembled-Windows0.70'
159+
name: 'Assembled-BaseKit-Windows0.70'
160160
path: Package/Assembled-BaseKit-Windows0.70
161161
- name: Download Assembled-BaseKit-Windows 0.71 Folder
162162
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)