Skip to content

Commit

Permalink
-r -> -a maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Aug 1, 2024
1 parent 65dd14c commit 6df7ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
rm "$BUILDROOT.zip"
done
echo "moving dependencies to /"
sudo cp -r $BUILDROOT/* /
sudo cp -a $BUILDROOT/* /
cd ..
rm -rf depdir
- name: prepre submodule
Expand Down

0 comments on commit 6df7ef4

Please sign in to comment.