diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 08244782..86206ba2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -43,7 +43,7 @@ jobs: ./tests.sh - name: Release build - run: opam exec -- dune build --root . --only-packages 'graphql_ppx' --ignore-promoted-rules --no-config --profile release-static + run: opam exec -- dune build --root . --only-packages 'graphql_ppx' --ignore-promoted-rules --no-config --profile release - name: (only on release) Upload artifacts ${{ matrix.os }} uses: actions/upload-artifact@master @@ -95,7 +95,7 @@ jobs: ./tests.sh - name: Release build - run: opam exec -- dune build --root . --only-packages 'graphql_ppx' --ignore-promoted-rules --no-config --profile release-static + run: opam exec -- dune build --root . --only-packages 'graphql_ppx' --ignore-promoted-rules --no-config --profile release - name: (only on release) Upload artifacts ${{ matrix.os }} uses: actions/upload-artifact@master