File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 linux :
2222 defaults :
2323 run :
24- working-directory : ./ jingle_python
24+ working-directory : jingle_python
2525 runs-on : ${{ matrix.platform.runner }}
2626 strategy :
2727 matrix :
5959 musllinux :
6060 defaults :
6161 run :
62- working-directory : ./ jingle_python
62+ working-directory : jingle_python
6363 runs-on : ${{ matrix.platform.runner }}
6464 strategy :
6565 matrix :
9393 windows :
9494 defaults :
9595 run :
96- working-directory : ./ jingle_python
96+ working-directory : jingle_python
9797 runs-on : ${{ matrix.platform.runner }}
9898 strategy :
9999 matrix :
@@ -123,7 +123,7 @@ jobs:
123123 macos :
124124 defaults :
125125 run :
126- working-directory : ./ jingle_python
126+ working-directory : jingle_python
127127 runs-on : ${{ matrix.platform.runner }}
128128 strategy :
129129 matrix :
@@ -152,7 +152,7 @@ jobs:
152152 sdist :
153153 defaults :
154154 run :
155- working-directory : ./ jingle_python
155+ working-directory : jingle_python
156156 runs-on : ubuntu-latest
157157 steps :
158158 - uses : actions/checkout@v4
@@ -170,7 +170,7 @@ jobs:
170170 release :
171171 defaults :
172172 run :
173- working-directory : ./ jingle_python
173+ working-directory : jingle_python
174174 name : Release
175175 runs-on : ubuntu-latest
176176 if : ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
You can’t perform that action at this time.
0 commit comments