Skip to content

Commit

Permalink
Update php-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
admdly committed Nov 26, 2023
1 parent faa8013 commit 0db3f69
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/php-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:

- name: Create Build Archive
run: |
cp ./src/config-sample.php ./src/config.php
mkdir -p ./src/data/cache
mkdir -p ./src/data/log
echo > ./src/data/log/license.log
echo > ./src/data/log/application.log
echo > ./src/data/log/php_error.log
mkdir /tmp/builds/ && tar -cvf /tmp/builds/build.tar ./
- name: Upload Build Archive
Expand Down

0 comments on commit 0db3f69

Please sign in to comment.