Skip to content

Commit a5a4a0c

Browse files
committed
fix releases
1 parent 6285c43 commit a5a4a0c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ jobs:
1616
include:
1717
- os: ubuntu-latest
1818
artifact: initializr-plusplus-linux-x86_64
19+
binary: plusplus
1920
- os: ubuntu-24.04-arm
2021
artifact: initializr-plusplus-linux-aarch_64
22+
binary: plusplus
2123
- os: macos-latest
2224
artifact: initializr-plusplus-osx-aarch_64
25+
binary: plusplus
2326
- os: windows-latest
2427
artifact: initializr-plusplus-windows-x86_64.exe
28+
binary: plusplus.exe
2529

2630
runs-on: ${{ matrix.os }}
2731

@@ -50,6 +54,10 @@ jobs:
5054
run: ./mvnw -Pnative clean native:compile -DskipTests
5155
shell: bash
5256

57+
- name: Rename binary
58+
run: mv ./target/${{ matrix.binary }} ./target/${{ matrix.artifact }}
59+
shell: bash
60+
5361
- name: Upload to release
5462
uses: softprops/action-gh-release@v2
5563
with:

0 commit comments

Comments
 (0)