mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Typo
[skip ci]
This commit is contained in:
@@ -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