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 70ff0ed commit 080ba80Copy full SHA for 080ba80
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
with:
39
tag_name: linux_${{ github.run_id }}
40
- release_name: Public Build Artifact: Linux ${{ github.run_id }}
+ release_name: 'Public Build Artifact: Linux ${{ github.run_id }}'
41
draft: false
42
prerelease: true
43
@@ -83,7 +83,7 @@ jobs:
83
84
85
tag_name: windows_${{ github.run_id }}
86
- release_name: Public Build Artifact: Windows ${{ github.run_id }}
+ release_name: 'Public Build Artifact: Windows ${{ github.run_id }}'
87
88
89
0 commit comments