Skip to content

Commit

Permalink
ci: update to generate zh video
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Jul 3, 2023
1 parent df0d27b commit 658e7f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-remotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16
- name: Run relano
uses: 'Just-Moh-it/relano@v1.0.0'
- name: Run Relano
uses: "Just-Moh-it/relano@v1"
with:
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
releaseNotes: ${{ github.event.release.body }}
repositorySlug: ${{ github.repository }}
releaseTag: ${{ github.event.release.tag_name }}
langCode: 'zh'
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: out.mp4
path: out/basecomp.mp4
name: ${{ github.repository }}-${{ github.event.release.tag_name }}.mp4
path: ${{ github.repository }}-${{ github.event.release.tag_name }}.mp4

0 comments on commit 658e7f9

Please sign in to comment.