Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Retrieve quotes audio
  • Loading branch information
elmuerte authored Apr 2, 2024
1 parent 8ac813b commit 1546998
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: "magicball-network/quotes-audio"
token: ${{ secrets.QUOTE_AUDIO_PAT }}
path: "audio"
- run: mkdir dist
- run: mv audio/lba1 dist
- uses: actions/setup-node@v4
with:
node-version: 18.x
Expand Down

0 comments on commit 1546998

Please sign in to comment.