mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
ok bash
This commit is contained in:
parent
8b9bd07658
commit
25c02be616
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -71,8 +71,8 @@ jobs:
|
|||
if: env.devbuild_exists == 'true' && startsWith(github.ref, 'refs/heads/') && !github.event.deleted
|
||||
continue-on-error: true
|
||||
run: |
|
||||
gh release create commit-$COMMIT_SHORT --latest=false --prerelease --target $GITHUB_SHA --title "PreBuild $COMMIT_SHORT"
|
||||
gh release upload commit-$COMMIT_SHORT --clobber dist/*
|
||||
gh release create "commit-$COMMIT_SHORT" --latest=false --prerelease --target $GITHUB_SHA --title "PreBuild $COMMIT_SHORT"
|
||||
gh release upload "commit-$COMMIT_SHORT" --clobber dist/*
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue