diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index bf2bdcc..9025fe5 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -28,7 +28,7 @@ jobs: - name: Publish Artifact uses: actions/upload-artifact@v2.2.0 with: - name: ssh-hub-${{ VERSION }} + name: ssh-hub-${{ env.VERSION }} path: build/** if-no-files-found: error retention-days: 15 \ No newline at end of file