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

Commit 5419a6b

Browse files
committed
[DSX-549] Fix documentation
1 parent e2ef83c commit 5419a6b

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ jobs:
110110
- name: Install dev dependencies
111111
run: pip install -r requirements-dev.txt
112112

113-
- name: Download all coverage reports
113+
- name: Download all built packages
114114
uses: actions/download-artifact@v2
115115
with:
116116
path: dist_raw
117117

118-
- name: Move coverage reports to the root folder
118+
- name: Move packages to dist folder
119119
run: |
120120
mkdir dist
121121
find dist_raw -type f -exec mv '{}' dist \;

0 commit comments

Comments
 (0)