Skip to content

Commit 74f5117

Browse files
committed
Fix path to ppx executable for release take two
1 parent 5fa9642 commit 74f5117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
uses: actions/upload-artifact@master
7575
with:
7676
name: ${{ matrix.os }}
77-
path: _esy/default/build/install/default/bin/inline-test-ppx
77+
path: _esy/default/build-release/install/default/bin/inline-test-ppx
78+
if-no-files-found: error
7879

7980
- name: Export dependencies
8081
run: esy export-dependencies

0 commit comments

Comments
 (0)