Skip to content

Commit 865cdf8

Browse files
cushonvorburger
andcommitted
Apply suggestions from code review
Co-authored-by: Michael Vorburger <[email protected]>
1 parent 0bc08ab commit 865cdf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
matrix:
8989
os: [ubuntu-latest, macos-latest, windows-latest]
9090
env:
91-
SUFFIX: ${{fromJson('{"ubuntu-latest":"linux-x86_64", "macos-latest":"darwin-arm64", "windows-latest":"windows_x86-64"}')[matrix.os]}}
91+
SUFFIX: ${{fromJson('{"ubuntu-latest":"linux-x86-64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
9292
steps:
9393
- name: "Check out repository"
9494
uses: actions/checkout@v4
@@ -103,9 +103,9 @@ jobs:
103103
- name: "Native"
104104
run: mvn -Pnative -DskipTests package -pl core -am
105105
- name: "Move outputs"
106-
run: cp core/target/google-java-format google-java-format-${{ env.SUFFIX }}
106+
run: cp core/target/google-java-format google-java-format_${{ env.SUFFIX }}
107107
- name: "Upload native-image"
108108
env:
109109
GH_TOKEN: ${{ github.token }}
110110
GH_REPO: ${{ github.repository }}
111-
run: gh release upload "v${{ github.event.inputs.version }}" "google-java-format-${{ env.SUFFIX }}"
111+
run: gh release upload "v${{ github.event.inputs.version }}" "google-java-format_${{ env.SUFFIX }}"

0 commit comments

Comments
 (0)