Skip to content

Commit

Permalink
fix the .exe suffix for the transform binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Jun 16, 2024
1 parent bd544e1 commit 4ef00b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
cp windows/acorn_integral_windows_x86-64.exe acorn_integral.exe
cp windows/acorn_mp_windows_x86-64.exe acorn_mp.exe
cp windows/acorn_qdyn_windows_x86-64.exe acorn_qdyn.exe
cp windows/acorn_transform_windows_x86-64 acorn_transform.exe
cp windows/acorn_transform_windows_x86-64.exe acorn_transform.exe
- name: Create x86-64 Static Windows Packages
run: |
Expand Down

0 comments on commit 4ef00b5

Please sign in to comment.