Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed May 17, 2024
1 parent 13bc691 commit b8247e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8247e4

Please sign in to comment.