Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored and cushon committed Feb 26, 2024
1 parent 32d14f0 commit cea3782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -91,7 +91,8 @@ jobs:
# due to https://github.com/google/google-java-format/issues/1072.
os: [ubuntu-20.04, macos-latest, windows-latest]
env:
SUFFIX: ${{fromJson('{"ubuntu-latest":"linux-x86-64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
# NB: Must keep the keys in this inline JSON below in line with the os: above!
SUFFIX: ${{fromJson('{"ubuntu-20.04":"linux-x86-64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
EXTENSION: ${{ matrix.os == 'windows-latest' && '.exe' || '' }}
steps:
- name: "Check out repository"
Expand Down

0 comments on commit cea3782

Please sign in to comment.