We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a224ba commit be73592Copy full SHA for be73592
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
repo_token: ${{ secrets.GITHUB_TOKEN }}
78
file: Mindustry/desktop/build/libs/Mindustry-BE-Desktop-${{ env.RELEASE_VERSION }}.jar
79
tag: ${{ github.ref }}
80
- release_name: "Build #${{ env.RELEASE_VERSION }}"
+ release_name: "Build ${{ env.RELEASE_VERSION }}"
81
body: ${{ env.BODY }}
82
- name: Upload server artifacts
83
uses: svenstaro/upload-release-action@v2
0 commit comments