Skip to content

Commit 080ba80

Browse files
committed
This should build releases for linux & windows.
The last build failed because my release name included a colon in it, and yaml doesn't like that :/
1 parent 70ff0ed commit 080ba80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
with:
3939
tag_name: linux_${{ github.run_id }}
40-
release_name: Public Build Artifact: Linux ${{ github.run_id }}
40+
release_name: 'Public Build Artifact: Linux ${{ github.run_id }}'
4141
draft: false
4242
prerelease: true
4343

@@ -83,7 +83,7 @@ jobs:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484
with:
8585
tag_name: windows_${{ github.run_id }}
86-
release_name: Public Build Artifact: Windows ${{ github.run_id }}
86+
release_name: 'Public Build Artifact: Windows ${{ github.run_id }}'
8787
draft: false
8888
prerelease: true
8989

0 commit comments

Comments
 (0)