Skip to content

Commit

Permalink
replace dotnetastgen-linux-arm to dotnetastgen-linux-arm64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Apr 2, 2024
1 parent 3127d6f commit e7e5dd6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,16 @@ jobs:
- name: Build
run: |
./publish-release.sh linux x64
./publish-release.sh linux arm
./publish-release.sh linux arm64
./publish-release.sh osx x64
./publish-release.sh win x64
- name: Rename
run: |
mv ./release/linux/DotNetAstGen dotnetastgen-linux
mv ./release/linux-arm/DotNetAstGen dotnetastgen-linux-arm
mv ./release/linux-arm64/DotNetAstGen dotnetastgen-linux-arm64
mv ./release/macos/DotNetAstGen dotnetastgen-macos
mv ./release/win/DotNetAstGen.exe dotnetastgen-win.exe
- name: Make executable
run: |
chmod +x dotnetastgen-linux
chmod +x dotnetastgen-linux-arm
chmod +x dotnetastgen-macos
- name: Set next release version
Expand All @@ -66,7 +64,6 @@ jobs:
with:
tag_name: ${{ steps.taggerDryRun.outputs.new_tag }}
files: |
dotnetastgen-linux
dotnetastgen-linux-arm
dotnetastgen-linux-arm64
dotnetastgen-macos
dotnetastgen-win.exe

0 comments on commit e7e5dd6

Please sign in to comment.