Skip to content

Commit

Permalink
New test to copy the build to correct path after build build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harze2k authored May 5, 2024
1 parent 5ef4fec commit 05da26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Move artifacts to tools directory
run: |
mkdir -p $HOME/MPVBuilds
cp -r ./build/output/* $HOME/MPVBuilds/
cp -r ./build/* $HOME/MPVBuilds/
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 05da26c

Please sign in to comment.