File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
./tests.sh
44
44
45
45
- 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
47
47
48
48
- name : (only on release) Upload artifacts ${{ matrix.os }}
49
49
uses : actions/upload-artifact@master
95
95
./tests.sh
96
96
97
97
- 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
99
99
100
100
- name : (only on release) Upload artifacts ${{ matrix.os }}
101
101
uses : actions/upload-artifact@master
You can’t perform that action at this time.
0 commit comments