Skip to content

Commit ce589c3

Browse files
remove unused actions (#617)
1 parent 7e10e10 commit ce589c3

File tree

3 files changed

+3
-58
lines changed

3 files changed

+3
-58
lines changed

.github/workflows/add_artifact_urls.yml

-21
This file was deleted.

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,17 @@ jobs:
152152
uses: actions/download-artifact@v2
153153
with:
154154
name: 'Assembled-BaseKit-Windows0.69'
155-
path: Package/Assembled-Windows0.69
155+
path: Package/Assembled-BaseKit-Windows0.69
156156
- name: Download Assembled-BaseKit-Windows 0.70 Folder
157157
uses: actions/download-artifact@v2
158158
with:
159159
name: 'Assembled-Windows0.70'
160-
path: Package/Assembled-Windows0.70
160+
path: Package/Assembled-BaseKit-Windows0.70
161161
- name: Download Assembled-BaseKit-Windows 0.71 Folder
162162
uses: actions/download-artifact@v2
163163
with:
164164
name: 'Assembled-BaseKit-Windows0.71'
165-
path: Package/Assembled-Windows0.71
165+
path: Package/Assembled-BaseKit-Windows0.71
166166

167167
- name: Display structure of downloaded Assembled and Assembled-Windows folders
168168
run: ls -R

azure-pipelines.yml

-34
This file was deleted.

0 commit comments

Comments
 (0)