Fix artifact upload/download on selfhosted gitea
This commit is contained in:
parent
d36598a316
commit
214c39bce7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue