Skip to content

Commit

Permalink
github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Jul 13, 2023
1 parent c7c0e79 commit 97af942
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ jobs:
username: ${{ secrets.USER }}
password: ${{ secrets.PASS }}
port: ${{ secrets.PORT }}
script: unzip -o /var/www/test.zip -d /var/www/test/
script: |
unzip -o /var/www/test.zip -d /var/www/test/
rm -rf /var/www/test.zip

0 comments on commit 97af942

Please sign in to comment.