Skip to content

Commit

Permalink
Aawd
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince committed Nov 19, 2024
1 parent 6f04b0a commit 8c932e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Upload DevBuild as release
if: github.repository == 'hellsuck/vencordradiant'
run: |
gh release create devbuild-$RELEASE_TAG $RELEASE_TAG --title "DevBuild $RELEASE_TAG"
gh release upload devbuild-$RELEASE_TAG --clobber dist/Installer/*
gh release create $RELEASE_TAG dist/Installer/* --title "DevBuild $RELEASE_TAG"
gh release upload $RELEASE_TAG --clobber dist/Installer/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8c932e6

Please sign in to comment.