Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmpElectrecuted authored Apr 12, 2022
1 parent b8707b2 commit 0239ae6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ runs:
pyinstaller --console --onefile --name "eat" "eat.py"
echo "Compiling eat-install.py"
pyinstaller --console --onefile --name "eatinst" "eat-install.py"
ls
sleep 100
echo "Installing..."
sudo install ./eat /usr/bin/eat
sudo install ./eatinst /usr/bin/eatinst
sudo install ./dist/eat /usr/bin/eat
sudo install ./dist/eatinst /usr/bin/eatinst
- run: echo "Eat has been installed."
shell: bash

0 comments on commit 0239ae6

Please sign in to comment.