mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Update Latest as well
This commit is contained in:
parent
44bd73f975
commit
678a44b1c4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -76,6 +76,7 @@ jobs:
|
||||||
- name: Upload Equicord
|
- name: Upload Equicord
|
||||||
run: |
|
run: |
|
||||||
gh release upload v${{ steps.package-version.outputs.current-version}} --clobber dist/release/*
|
gh release upload v${{ steps.package-version.outputs.current-version}} --clobber dist/release/*
|
||||||
|
gh release upload latest --clobber dist/release/*
|
||||||
|
|
||||||
- name: Upload Plugins JSON to Equibored repo
|
- name: Upload Plugins JSON to Equibored repo
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue