Skip to content

Commit 3d18306

Browse files
committed
chdir
1 parent 2ae8c13 commit 3d18306

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-onyx-devtools.yml renamed to .github/workflows/release-devtools.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pypi:
1010
runs-on: ubuntu-latest
1111
environment:
12-
name: release
12+
name: release-devtools
1313
permissions:
1414
id-token: write
1515
strategy:
@@ -34,4 +34,6 @@ jobs:
3434
GOOS="${{ matrix.os-arch.goos }}" \
3535
GOARCH="${{ matrix.os-arch.goarch }}" \
3636
uv build --wheel
37+
working-directory: tools/gonyx
3738
- run: uv publish
39+
working-directory: tools/gonyx

0 commit comments

Comments
 (0)