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 cd dist_package
zip -r ../quibot-web.zip . zip -r ../quibot-web.zip .
- name: Upload artifact # Create or update release and upload asset
uses: actions/upload-artifact@v3 - name: Upload Release
uses: softprops/action-gh-release@v1
with: with:
name: quibot-web tag_name: latest
path: quibot-web/quibot-web.zip name: Latest Build
files: quibot-web/quibot-web.zip
env:
GITHUB_TOKEN: ${{ secrets.GITEATOKEN }}