Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Apr 2, 2024
1 parent e7e5dd6 commit d68e10e
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 @@ -46,7 +46,8 @@ jobs:
./publish-release.sh win x64
- name: Rename
run: |
mv ./release/linux-arm64/DotNetAstGen dotnetastgen-linux-arm64
mv ./release/linux/DotNetAstGen dotnetastgen-linux
mv ./release/linux-arm/DotNetAstGen dotnetastgen-linux-arm64
mv ./release/macos/DotNetAstGen dotnetastgen-macos
mv ./release/win/DotNetAstGen.exe dotnetastgen-win.exe
- name: Make executable
Expand Down

0 comments on commit d68e10e

Please sign in to comment.