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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: devbuild
|
tag_name: e22
|
||||||
name: Dev Build ${{ steps.vars.outputs.sha_short }}
|
name: Legacy Windows Build ${{ steps.vars.outputs.sha_short }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
body_path: .github/win7.md
|
body_path: .github/win7.md
|
||||||
|
|
Loading…
Reference in a new issue