We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5903362 commit 32d489cCopy full SHA for 32d489c
.github/workflows/cli-release.yml
@@ -54,14 +54,15 @@ jobs:
54
- name: Upload Artifacts
55
uses: actions/upload-artifact@v4
56
with:
57
- path: "${{ env.ARCHIVE }}.*"
+ path: "cli/${{ env.ARCHIVE }}.*"
58
name: "${{ env.ARCHIVE }}"
59
overwrite: true
60
- if: matrix.toolchain == 'stable' && github.ref_name == 'main'
+ if: matrix.toolchain == 'stable' # && github.ref_name == 'main'
61
- name: Publish GitHub Release
62
uses: softprops/action-gh-release@v2
63
64
draft: true
65
- name: "Release ${{ env.VERSION }}"
+ name: Trunk ${{ env.VERSION }}
66
+ body: Trunk ${{ env.VERSION }} builds for amd64 and arm64 Linux.
67
files: "trunk-*"
68
0 commit comments