Skip to content

Commit

Permalink
Fix mv not found file (wworkflow)
Browse files Browse the repository at this point in the history
Signed-off-by: shadichy <[email protected]>
  • Loading branch information
shadichy committed Dec 22, 2024
1 parent 092dc74 commit 4b6177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sudo tar -C install -psxf install.tar
# Move content out
mv install/*.pkg.tar{.,}* ./
mv install/*.pkg.tar* ./
# Clean up
sudo rm -rf install install.tar
Expand Down

0 comments on commit 4b6177f

Please sign in to comment.