Skip to content

Commit 9ed0c12

Browse files
committed
CIIII
1 parent 84a1c38 commit 9ed0c12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/jingle_python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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:
@@ -59,7 +59,7 @@ jobs:
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:
@@ -93,7 +93,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)