Small tweak to the preview generator
This commit is contained in:
parent
e96967f604
commit
3ee0161c11
1 changed files with 3 additions and 2 deletions
5
.github/workflows/preview.yml
vendored
5
.github/workflows/preview.yml
vendored
|
@ -17,10 +17,11 @@ jobs:
|
|||
php_version: "8.0"
|
||||
- run: |
|
||||
sudo apt-get install zip -y
|
||||
zip -r AntCMS.zip src/
|
||||
zip -r AntCMS.zip .
|
||||
working-directory: ./src
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "AntCMS.zip"
|
||||
artifacts: "./src/AntCMS.zip"
|
||||
prerelease: true
|
||||
allowUpdates: true
|
||||
artifactErrorsFailBuild: true
|
||||
|
|
Loading…
Reference in a new issue