Fix artifact upload/download on selfhosted gitea

This commit is contained in:
arabcoders 2025-10-02 18:47:55 +03:00
parent d36598a316
commit 214c39bce7

View file

@ -113,6 +113,7 @@ jobs:
- name: Upload frontend build
uses: actions/upload-artifact@v4
if: env.REGISTRY == ''
with:
name: frontend-build
path: ui/exported/
@ -142,6 +143,7 @@ jobs:
- name: Download frontend build
uses: actions/download-artifact@v4
if: env.REGISTRY == ''
with:
name: frontend-build
path: ui/exported/