Skip to content

Commit cea3782

Browse files
vorburgercushon
authored andcommitted
Update release.yml
1 parent 32d14f0 commit cea3782

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
# due to https://github.com/google/google-java-format/issues/1072.
9292
os: [ubuntu-20.04, macos-latest, windows-latest]
9393
env:
94-
SUFFIX: ${{fromJson('{"ubuntu-latest":"linux-x86-64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
94+
# NB: Must keep the keys in this inline JSON below in line with the os: above!
95+
SUFFIX: ${{fromJson('{"ubuntu-20.04":"linux-x86-64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
9596
EXTENSION: ${{ matrix.os == 'windows-latest' && '.exe' || '' }}
9697
steps:
9798
- name: "Check out repository"

0 commit comments

Comments
 (0)