Skip to content

Commit 4bce2d3

Browse files
committed
Typo
[skip ci]
1 parent 78b45ea commit 4bce2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
- os: ubuntu-24.04-arm
9090
os_prefix: linux
9191
arch: aarch64
92-
binary: ${{ vars.SNAP_NAME }}_{{ needs.version.outputs.version }}_arm64
92+
binary: ${{ vars.SNAP_NAME }}_${{ needs.version.outputs.version }}_arm64
9393
extension: snap
9494
- os: ubuntu-latest
9595
os_prefix: linux
9696
arch: x64
97-
binary: ${{ vars.SNAP_NAME }}_{{ needs.version.outputs.version }}_amd64
97+
binary: ${{ vars.SNAP_NAME }}_${{ needs.version.outputs.version }}_amd64
9898
extension: snap
9999
- os: windows-latest
100100
os_prefix: windows

0 commit comments

Comments
 (0)