Skip to content

Commit 2597c69

Browse files
committed
Fix release naming
1 parent 1247eb3 commit 2597c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: github.ref_type == 'tag'
7373
uses: ncipollo/release-action@v1
7474
with:
75-
name: 'MonoGame.Library.FreeType ${{ github.ref_name }}'
75+
name: 'MonoGame.Tool.FFmpeg ${{ github.ref_name }}'
7676
tag: ${{ github.ref_name }}
7777
allowUpdates: true
7878
removeArtifacts: true

0 commit comments

Comments
 (0)