Skip to content

Commit

Permalink
Possibly working MPVBuilds folder for output build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harze2k authored May 5, 2024
1 parent 0b8b6fa commit 5ef4fec
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,13 @@ jobs:
if: ${{ failure() && steps.tests.outcome == 'failure' }}
run: |
cat ./build/meson-logs/testlog.txt
- name: Move artifacts to tools directory
run: |
mkdir -p $HOME/MPVBuilds
cp -r ./build/output/* $HOME/MPVBuilds/
- uses: actions/upload-artifact@v4
with:
name: mpv-${{ matrix.sys }}
path: ~/TOOLS/
path: $HOME/MPVBuilds/

0 comments on commit 5ef4fec

Please sign in to comment.