mirror of
https://github.com/processing/processing4.git
synced 2026-04-19 10:49:28 +02:00
Typo
[skip ci]
This commit is contained in:
4
.github/workflows/release-gradle.yml
vendored
4
.github/workflows/release-gradle.yml
vendored
@@ -89,12 +89,12 @@ jobs:
|
||||
- os: ubuntu-24.04-arm
|
||||
os_prefix: linux
|
||||
arch: aarch64
|
||||
binary: ${{ vars.SNAP_NAME }}_{{ needs.version.outputs.version }}_arm64
|
||||
binary: ${{ vars.SNAP_NAME }}_${{ needs.version.outputs.version }}_arm64
|
||||
extension: snap
|
||||
- os: ubuntu-latest
|
||||
os_prefix: linux
|
||||
arch: x64
|
||||
binary: ${{ vars.SNAP_NAME }}_{{ needs.version.outputs.version }}_amd64
|
||||
binary: ${{ vars.SNAP_NAME }}_${{ needs.version.outputs.version }}_amd64
|
||||
extension: snap
|
||||
- os: windows-latest
|
||||
os_prefix: windows
|
||||
|
||||
Reference in New Issue
Block a user