From bc9e8ec9a23823e35caad22451647b1e8edd83cd Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:39:42 +0200 Subject: [PATCH] fix typo --- .github/workflows/win7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win7.yml b/.github/workflows/win7.yml index 8c09753..f23adf2 100644 --- a/.github/workflows/win7.yml +++ b/.github/workflows/win7.yml @@ -76,8 +76,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: devbuild - name: Dev Build ${{ steps.vars.outputs.sha_short }} + tag_name: e22 + name: Legacy Windows Build ${{ steps.vars.outputs.sha_short }} draft: false prerelease: true body_path: .github/win7.md