Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Nov 2, 2024
1 parent 507aad4 commit 9ec9a3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,33 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@master
- name: Download ffmpeg-cuda
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@master
with:
repo: clearfraction/ffmpeg-cuda
workflow: build.yml
check_artifacts: true
- name: Download artifact - lame
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@master
with:
repo: clearfraction/lame
workflow: build-core.yml
check_artifacts: true
- name: Download artifact - fdk-aac
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@master
with:
repo: clearfraction/fdk-aac
workflow: build-core.yml
check_artifacts: true
- name: Download artifact - x264
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@master
with:
repo: clearfraction/x264
workflow: build-core.yml
check_artifacts: true
- name: Download artifact - x265
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@master
with:
repo: clearfraction/x265
workflow: build-core.yml
Expand All @@ -43,6 +43,6 @@ jobs:
curl -LO https://raw.githubusercontent.com/clearfraction/tools/master/build.sh && chmod +x build.sh && sed -i "s|--quiet||g" build.sh
docker run --privileged --cap-add=SYS_ADMIN --security-opt apparmor:unconfined -v $(pwd):/home clearlinux:latest sh -c "cd /home && ./build.sh"
- name: Upload result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@master
with:
path: RPMS/*.rpm

0 comments on commit 9ec9a3b

Please sign in to comment.