Skip to content

Commit

Permalink
Try fixing the windows build path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmurphy committed May 2, 2024
1 parent b971df9 commit 6cb6fdb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ppx-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,12 @@ jobs:
working-directory: ppx_src/_build

- name: Upload Build Mac / Linux
if: ${{ matrix.os != 'windows-latest' }}
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}
path: ppx_src/_build/default/bin/bin.exe
retention-days: 1

- name: Upload Build Windows
if: ${{ matrix.os == 'windows-latest' }}
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}
path: ppx_src/_esy/default/store/b/*/default/bin/bin.exe
retention-days: 1

npm-release:
name: NPM Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6cb6fdb

Please sign in to comment.