Skip to content

Commit

Permalink
use latest artifacts in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Mar 28, 2024
1 parent 15430f4 commit a4423ce
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,30 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download artifact
- name: Download artifact - lame
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/mass-rebuild
workflow: mass-rebuild.yml
repo: clearfraction/lame
workflow: build.yml
check_artifacts: true
- name: Download artifact - fdk-aac
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/fdk-aac
workflow: build.yml
check_artifacts: true
- name: Download artifact - x264
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/x264
workflow: build.yml
check_artifacts: true
- name: Download artifact - x265
uses: dawidd6/action-download-artifact@v2
with:
repo: clearfraction/x265
workflow: build.yml
check_artifacts: true
- name: Building a package
run: |
curl -LO https://raw.githubusercontent.com/clearfraction/tools/master/build.sh && chmod +x build.sh
Expand Down

0 comments on commit a4423ce

Please sign in to comment.