Add patched version of actions/upload-artifact@v4 to work with Gitea
All checks were successful
Central(Architecture) Docs Build / Build Documentation (push) Successful in 12s
All checks were successful
Central(Architecture) Docs Build / Build Documentation (push) Successful in 12s
This commit is contained in:
parent
7dc11570f5
commit
575f30556d
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Upload central-execution-engine-spec.pdf
|
||||
if: steps.build_files.outcome == 'success'
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: central-execution-engine-spec-${{ env.SHORT_SHA }}.pdf
|
||||
path: ${{ gitea.workspace }}/build/central-execution-engine-spec.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user