Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 02ba212

Browse files
committed
Fix package name
1 parent 00f2f36 commit 02ba212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
- uses: actions/upload-artifact@v3
141141
with:
142-
name: mono-build-api-${{ env.GITHUB_SHA_SHORT }}
142+
name: monolm-build-api-${{ env.GITHUB_SHA_SHORT }}
143143
path: managed/Plugify/bin/Release
144144

145145
publish:
@@ -168,7 +168,7 @@ jobs:
168168

169169
- uses: actions/download-artifact@v3
170170
with:
171-
name: dotnetlm-build-api-${{ env.GITHUB_SHA_SHORT }}
171+
name: monolm-build-api-${{ env.GITHUB_SHA_SHORT }}
172172
path: build/api
173173

174174
- name: Copy API to Builds

0 commit comments

Comments
 (0)