Modernize MrTrust GUI
All checks were successful
Build MrTrust / build (push) Successful in 5m57s

This commit is contained in:
MrSphay
2026-05-16 13:43:52 +02:00
parent a1819900b1
commit f5303fc536
2 changed files with 262 additions and 122 deletions

View File

@@ -59,7 +59,7 @@ jobs:
path: dist/MrTrust-${{ env.MRTRUST_VERSION }}.zip
- name: Attach ZIP to Gitea release
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
shell: bash
env:
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}