File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,14 @@ jobs:
37
37
run : |
38
38
choco install ironpython --version=2.7.8.1
39
39
40
- - name : Run
41
- uses : ./
40
+ - uses : compas-dev/compas-actions.ghpython_components@v2
42
41
with :
43
- source : examples/ipy
42
+ source : components
44
43
target : build
45
44
45
+ # The components have been built at this step.
46
+ # Now you can choose what to do with them, e.g.:
47
+ # upload them as artifacts:
46
48
- uses : actions/upload-artifact@v2
47
49
with :
48
50
name : ipy_ghuser-components
@@ -66,12 +68,11 @@ jobs:
66
68
choco install python --version=3.9.10
67
69
python -m pip install pythonnet==3.0.3
68
70
69
- - name : Run
70
- uses : ./
71
+ - uses : compas-dev/compas-actions.ghpython_components@v2
71
72
with :
72
- source : examples/cpy
73
+ source : components
73
74
target : build
74
- interpreter : cpython
75
+ interpreter : cpython # optional, defaults to ironpython
75
76
76
77
- uses : actions/upload-artifact@v2
77
78
with :
You can’t perform that action at this time.
0 commit comments