Skip to content

Commit ce66017

Browse files
authored
Merge pull request #58 from pyansys/ansys-medson-patch-3
Added upload-artifact step
2 parents dd11bd9 + 95067e2 commit ce66017

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
- name: Test with pytest
6666
# Only the tox environment specified in the tox.ini gh-actions is run
6767
run: pytest
68+
69+
- name: Upload ansys-sherlock artifact
70+
- uses: actions/upload-artifact@v3
71+
with:
72+
name: ansys-sherlock
73+
path: dist
6874

6975
docs:
7076
name: Documentation
@@ -124,7 +130,7 @@ jobs:
124130

125131
- uses: actions/download-artifact@v3
126132
with:
127-
name: pysherlock-client
133+
name: ansys-sherlock
128134
path: dist
129135

130136
# list current directory

0 commit comments

Comments
 (0)