Skip to content

Commit afee7fb

Browse files
Remove erroneous "microgrid" references
Signed-off-by: Stefan Brus <[email protected]>
1 parent ce1c626 commit afee7fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Upload dist files
100100
uses: actions/upload-artifact@v3
101101
with:
102-
name: frequenz-api-microgrid-dist
102+
name: frequenz-api-common
103103
path: dist/
104104
if-no-files-found: error
105105

@@ -117,7 +117,7 @@ jobs:
117117
- name: Download dist files
118118
uses: actions/download-artifact@v3
119119
with:
120-
name: frequenz-api-microgrid-dist
120+
name: frequenz-api-common
121121
path: dist
122122

123123
- name: Download RELEASE_NOTES.md
@@ -163,7 +163,7 @@ jobs:
163163
- name: Download dist files
164164
uses: actions/download-artifact@v3
165165
with:
166-
name: frequenz-api-microgrid-dist
166+
name: frequenz-api-common
167167
path: dist
168168

169169
- name: Publish the Python distribution to PyPI

0 commit comments

Comments
 (0)