Skip to content

Commit 531c5f1

Browse files
committed
fix the naming
1 parent 44ebd46 commit 531c5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
41-
tag_name: release-${{ steps.date.outputs.date }}
42-
release_name: Release Linux ${{ steps.date.outputs.date }}
41+
tag_name: ${{ steps.date.outputs.date }}
42+
release_name: ${{ steps.date.outputs.date }} Build
4343
- name: Upload Linux
4444
uses: actions/upload-release-asset@v1
4545
env:

0 commit comments

Comments
 (0)