diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ae7a442..fbf7d3d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: ${{ needs.build.outputs.id }} - path: ${{ needs.build.outputs.artifact-path }} + path: ${{ needs.build.outputs['publish.outputs.artifact-path'] }}