Use upload-artifact@v3 — v4 not supported on self-hosted Gitea
All checks were successful
Build Windows EXE / build (push) Successful in 1m19s
All checks were successful
Build Windows EXE / build (push) Successful in 1m19s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
run: pyinstaller es24n_conf.spec
|
run: pyinstaller es24n_conf.spec
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: es24n_conf-windows
|
name: es24n_conf-windows
|
||||||
path: dist/es24n_conf.exe
|
path: dist/es24n_conf.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user