mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 05:13:29 -05:00
Actually Fix Workflow
This commit is contained in:
parent
5cae5360b6
commit
ddeeeeb415
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -81,7 +81,6 @@ jobs:
|
|||
gh release upload v${{ steps.package-version.outputs.current-version}} --clobber dist/release/*
|
||||
|
||||
- name: Upload Equicord Stable
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
gh release upload latest --clobber dist/release/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue