mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
fix pesde and wally workflow
This commit is contained in:
parent
dbcf74c94f
commit
f8c8470171
2 changed files with 25 additions and 20 deletions
40
.github/workflows/wallypesde.yml
vendored
40
.github/workflows/wallypesde.yml
vendored
|
|
@ -11,10 +11,28 @@ env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
wally:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: setup rokit
|
||||||
|
uses: CompeyDev/setup-rokit@v0.1.2
|
||||||
|
|
||||||
|
- name: login
|
||||||
|
run: wally login --token ${{ secrets.WALLY_TOKEN }}
|
||||||
|
|
||||||
|
- name: publish
|
||||||
|
run: wally publish
|
||||||
|
|
||||||
|
pesde:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -25,23 +43,7 @@ jobs:
|
||||||
|
|
||||||
- name: setup pesde
|
- name: setup pesde
|
||||||
run: pesde install
|
run: pesde install
|
||||||
|
|
||||||
wally:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: setup
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: login
|
|
||||||
run: wally login --token ${{ secrets.WALLY_TOKEN }}
|
|
||||||
|
|
||||||
- name: publish
|
|
||||||
run: wally publish
|
|
||||||
|
|
||||||
pesde:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: setup
|
|
||||||
steps:
|
|
||||||
|
|
||||||
- name: login
|
- name: login
|
||||||
run: pesde auth login --token ${{ secrets.PESDE_TOKEN }}
|
run: pesde auth login --token ${{ secrets.PESDE_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -11,4 +11,7 @@ docs/package-lock.json
|
||||||
|
|
||||||
luau_packages/
|
luau_packages/
|
||||||
lune_packages/
|
lune_packages/
|
||||||
.pesde/
|
.pesde/
|
||||||
|
|
||||||
|
wally.lock
|
||||||
|
pesde.lock
|
||||||
Loading…
Add table
Add a link
Reference in a new issue