Skip to content

Commit

Permalink
Fix binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 28, 2024
1 parent 5a88b78 commit 80aa63b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ jobs:
- name: Move artifacts
run: |
mkdir -p _release/bin
mv _bin/darwin/intel/bin.exe _release/bin/re-formality-ppx-darwin-x64.exe
mv _bin/darwin/arm/bin.exe _release/bin/re-formality-ppx-darwin-arm64.exe
mv _bin/linux/bin.exe _release/bin/re-formality-ppx-linux-x64.exe
mv _bin/windows/bin.exe _release/bin/re-formality-ppx-win-x64.exe
mv _bin/darwin/intel/bin.exe _release/bin/rescript-logger-ppx-darwin-x64.exe
mv _bin/darwin/arm/bin.exe _release/bin/rescript-logger-ppx-darwin-arm64.exe
mv _bin/linux/bin.exe _release/bin/rescript-logger-ppx-linux-x64.exe
mv _bin/windows/bin.exe _release/bin/rescript-logger-ppx-win-x64.exe
rm -rf _bin
- name: Move lib files
Expand Down

0 comments on commit 80aa63b

Please sign in to comment.