File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build-windows-linux :
8
8
runs-on : ${{ matrix.os }}
9
+ env :
10
+ working-directory : ./xc3_model_py
9
11
strategy :
10
12
fail-fast : false
11
13
matrix :
23
25
with :
24
26
command : build
25
27
args : --release --strip --interpreter python${{matrix.python-version}}
28
+ working-directory : ${{env.working-directory}}
26
29
27
30
- name : Release
28
31
uses : softprops/action-gh-release@v1
41
44
command : publish
42
45
container : off
43
46
args : --username __token__ --interpreter python${{matrix.python-version}}
47
+ working-directory : ${{env.working-directory}}
44
48
45
49
build-macos :
46
50
runs-on : macos-latest
51
+ env :
52
+ working-directory : ./xc3_model_py
47
53
strategy :
48
54
fail-fast : false
49
55
matrix :
66
72
with :
67
73
command : build
68
74
args : --release --strip --interpreter python${{matrix.python-version}} --target ${{matrix.target}}
75
+ working-directory : ${{env.working-directory}}
69
76
70
77
- name : Release
71
78
uses : softprops/action-gh-release@v1
84
91
command : publish
85
92
container : off
86
93
args : --username __token__ --interpreter python${{matrix.python-version}} --target ${{matrix.target}}
87
-
94
+ working-directory : ${{env.working-directory}}
95
+
You can’t perform that action at this time.
0 commit comments