Small tweak to the preview generator

This commit is contained in:
Belle Aerni 2023-01-07 13:42:55 -08:00
parent e96967f604
commit 3ee0161c11

View file

@ -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