Skip to content

Commit

Permalink
use cp so action doesn't break
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Apr 20, 2024
1 parent e2158d4 commit f052100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
run: |
mkdir git
shopt -s extglob dotglob
mv !(git) git
cp !(git) git
shopt -u dotglob
- name: Download AppImage of Python designed for manylinux
run: wget -c https://github.com/niess/python-appimage/releases/download/${{steps.vars.outputs.python}}/${{steps.vars.outputs.python-appimage}}
Expand Down

0 comments on commit f052100

Please sign in to comment.