Skip to content

Commit

Permalink
Fix path to ppx executable for release take two
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalski committed Jan 1, 2022
1 parent 5fa9642 commit 74f5117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
uses: actions/upload-artifact@master
with:
name: ${{ matrix.os }}
path: _esy/default/build/install/default/bin/inline-test-ppx
path: _esy/default/build-release/install/default/bin/inline-test-ppx
if-no-files-found: error

- name: Export dependencies
run: esy export-dependencies
Expand Down

0 comments on commit 74f5117

Please sign in to comment.