Skip to content

Commit 27b3bf2

Browse files
committed
FIX: forgot to set the example action to market ref
1 parent d16dab8 commit 27b3bf2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ jobs:
3737
run: |
3838
choco install ironpython --version=2.7.8.1
3939
40-
- name: Run
41-
uses: ./
40+
- uses: compas-dev/compas-actions.ghpython_components@v2
4241
with:
43-
source: examples/ipy
42+
source: components
4443
target: build
4544

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:
4648
- uses: actions/upload-artifact@v2
4749
with:
4850
name: ipy_ghuser-components
@@ -66,12 +68,11 @@ jobs:
6668
choco install python --version=3.9.10
6769
python -m pip install pythonnet==3.0.3
6870
69-
- name: Run
70-
uses: ./
71+
- uses: compas-dev/compas-actions.ghpython_components@v2
7172
with:
72-
source: examples/cpy
73+
source: components
7374
target: build
74-
interpreter: cpython
75+
interpreter: cpython # optional, defaults to ironpython
7576

7677
- uses: actions/upload-artifact@v2
7778
with:

0 commit comments

Comments
 (0)