Skip to content

Commit b7f2ff1

Browse files
committed
added new action branch to build workflow
1 parent cb971b3 commit b7f2ff1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/build.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,26 @@ jobs:
4545
- uses: actions/upload-artifact@v4
4646
with:
4747
name: ipy_ghuser-components
48+
path: build
49+
50+
build_ipy_v2_ghuser_components:
51+
runs-on: windows-latest
52+
steps:
53+
- uses: actions/checkout@v2
54+
- uses: NuGet/[email protected]
55+
56+
- name: Install IronPython
57+
run: |
58+
choco install ironpython --version=2.7.8.1
59+
60+
- name: Run
61+
uses: ./
62+
with:
63+
source: examples/ipy_v2
64+
target: build
65+
interpreter: ipy_v2
66+
67+
- uses: actions/upload-artifact@v4
68+
with:
69+
name: ipy_v2_ghuser-components
4870
path: build

0 commit comments

Comments
 (0)