Skip to content

Commit

Permalink
Merge pull request #456 from nyanmisaka/release-win-clang
Browse files Browse the repository at this point in the history
Release windows ffmpeg built with clang
  • Loading branch information
nyanmisaka authored Sep 9, 2024
2 parents a46e174 + e01a551 commit 2d7b2a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
deploy-user: ${{ secrets.REPO_USER }}
deploy-key: ${{ secrets.REPO_KEY }}

build_publish_windows_clang_portable:
uses: ./.github/workflows/_meta_win_clang_portable.yaml
with:
release: true
secrets:
deploy-host: ${{ secrets.REPO_HOST }}
deploy-user: ${{ secrets.REPO_USER }}
deploy-key: ${{ secrets.REPO_KEY }}

build_publish_linux_portable:
uses: ./.github/workflows/_meta_portable.yaml
with:
Expand Down

0 comments on commit 2d7b2a1

Please sign in to comment.