mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
fix typo
This commit is contained in:
parent
38b6ceaa16
commit
bc9e8ec9a2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/win7.yml
vendored
4
.github/workflows/win7.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue