Skip to content

Commit f17d9ad

Browse files
committed
fix
1 parent 2df6ae1 commit f17d9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
./tests.sh
4444
4545
- name: Release build
46-
run: opam exec -- dune build --root . --only-packages 'graphql-ppx' --ignore-promoted-rules --no-config --profile release-static
46+
run: opam exec -- dune build --root . --only-packages 'graphql_ppx' --ignore-promoted-rules --no-config --profile release-static
4747

4848
- name: (only on release) Upload artifacts ${{ matrix.os }}
4949
uses: actions/upload-artifact@master
@@ -95,7 +95,7 @@ jobs:
9595
./tests.sh
9696
9797
- name: Release build
98-
run: opam exec -- dune build --root . --only-packages 'graphql-ppx' --ignore-promoted-rules --no-config --profile release-static
98+
run: opam exec -- dune build --root . --only-packages 'graphql_ppx' --ignore-promoted-rules --no-config --profile release-static
9999

100100
- name: (only on release) Upload artifacts ${{ matrix.os }}
101101
uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)