Upload only packaged Windows artifacts
All checks were successful
Build Windows App / build-windows (push) Successful in 17m33s

This commit is contained in:
MrSphay
2026-05-01 14:45:20 +02:00
parent b17faf0af6
commit 1117ae8056

View File

@@ -47,7 +47,11 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: envhelper-windows name: envhelper-windows
path: release/* path: |
release/*.exe
release/*.blockmap
release/*.yml
release/*.yaml
- name: Publish to Gitea package registry - name: Publish to Gitea package registry
shell: bash shell: bash