Upload only packaged Windows artifacts
All checks were successful
Build Windows App / build-windows (push) Successful in 17m33s
All checks were successful
Build Windows App / build-windows (push) Successful in 17m33s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user