Skip to content

Commit ca8246e

Browse files
committed
Wacky. Without name:, it created two different releases
One was just the Linux binary, the other with everything else.
1 parent ad0f34a commit ca8246e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/draft.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,18 @@ jobs:
5151
- name: Machine dependent file upload
5252
uses: softprops/action-gh-release@v2
5353
with:
54+
name: draftbuild
5455
draft: true
5556
prerelease: false
5657
generate_release_notes: false
5758
files: |
5859
bin-*.tar.gz
5960
60-
- name: Release
61+
- name: Release file upload
6162
if: matrix.os == 'ubuntu-latest'
6263
uses: softprops/action-gh-release@v2
6364
with:
65+
name: draftbuild
6466
draft: true
6567
prerelease: false
6668
generate_release_notes: false

0 commit comments

Comments
 (0)