Update Workflows

This commit is contained in:
thororen1234 2024-07-17 16:18:29 -04:00
parent e1d38cc524
commit cb894c5948
3 changed files with 4 additions and 3 deletions

View file

@ -62,7 +62,7 @@ jobs:
run: |
rm -rf dist/*-unpacked dist/monaco Vencord.user.css vencordDesktopRenderer.css vencordDesktopRenderer.css.map
- name: Upload DevBuild as release
- name: Upload Equicord
if: github.repository == 'Equicord/Equicord'
run: |
gh release upload latest --clobber dist/*

View file

@ -27,6 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ETOKEN }}
codeberg:
name: Sync Codeberg and Github
if: github.repository == 'Equicord/Equicord'
needs: DetermineRunner
runs-on: ${{ needs.DetermineRunner.outputs.runner }}

View file

@ -1,4 +1,4 @@
name: Sync Vencord dev branch
name: Sync Vencord Dev
env:
WORKFLOW_TOKEN: ${{ secrets.ETOKEN }}
@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: GitHub Sync to Upstream Repository
- name: Sync Vencord Dev
id: sync
uses: verticalsync/sync-upstream-repo@master
with: