We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b45ea commit 4bce2d3Copy full SHA for 4bce2d3
.github/workflows/release-gradle.yml
@@ -89,12 +89,12 @@ jobs:
89
- os: ubuntu-24.04-arm
90
os_prefix: linux
91
arch: aarch64
92
- binary: ${{ vars.SNAP_NAME }}_{{ needs.version.outputs.version }}_arm64
+ binary: ${{ vars.SNAP_NAME }}_${{ needs.version.outputs.version }}_arm64
93
extension: snap
94
- os: ubuntu-latest
95
96
arch: x64
97
- binary: ${{ vars.SNAP_NAME }}_{{ needs.version.outputs.version }}_amd64
+ binary: ${{ vars.SNAP_NAME }}_${{ needs.version.outputs.version }}_amd64
98
99
- os: windows-latest
100
os_prefix: windows
0 commit comments