Test CI
All checks were successful
Build Nuxt App / build (push) Successful in 16s

This commit is contained in:
2026-04-22 10:59:06 +02:00
parent a4f14f3c4a
commit 3d5ba249a3

View File

@@ -43,8 +43,12 @@ jobs:
cd dist_package
zip -r ../quibot-web.zip .
- name: Upload artifact
uses: actions/upload-artifact@v3
# Create or update release and upload asset
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
name: quibot-web
path: quibot-web/quibot-web.zip
tag_name: latest
name: Latest Build
files: quibot-web/quibot-web.zip
env:
GITHUB_TOKEN: ${{ secrets.GITEATOKEN }}