mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Update Workflows
This commit is contained in:
parent
e1d38cc524
commit
cb894c5948
3 changed files with 4 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rm -rf dist/*-unpacked dist/monaco Vencord.user.css vencordDesktopRenderer.css vencordDesktopRenderer.css.map
|
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'
|
if: github.repository == 'Equicord/Equicord'
|
||||||
run: |
|
run: |
|
||||||
gh release upload latest --clobber dist/*
|
gh release upload latest --clobber dist/*
|
||||||
|
|
1
.github/workflows/codeberg-mirror.yml
vendored
1
.github/workflows/codeberg-mirror.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.ETOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ETOKEN }}
|
||||||
|
|
||||||
codeberg:
|
codeberg:
|
||||||
|
name: Sync Codeberg and Github
|
||||||
if: github.repository == 'Equicord/Equicord'
|
if: github.repository == 'Equicord/Equicord'
|
||||||
needs: DetermineRunner
|
needs: DetermineRunner
|
||||||
runs-on: ${{ needs.DetermineRunner.outputs.runner }}
|
runs-on: ${{ needs.DetermineRunner.outputs.runner }}
|
||||||
|
|
4
.github/workflows/syncDev.yml
vendored
4
.github/workflows/syncDev.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Sync Vencord dev branch
|
name: Sync Vencord Dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WORKFLOW_TOKEN: ${{ secrets.ETOKEN }}
|
WORKFLOW_TOKEN: ${{ secrets.ETOKEN }}
|
||||||
|
@ -15,7 +15,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: GitHub Sync to Upstream Repository
|
- name: Sync Vencord Dev
|
||||||
id: sync
|
id: sync
|
||||||
uses: verticalsync/sync-upstream-repo@master
|
uses: verticalsync/sync-upstream-repo@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue