diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 04e95a8..d9eb282 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - name: Read Version id: version - run: echo "VERSION=$(cat admin/VERSION)" >> $GITHUB_OUTPUT + run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT - name: Log in to Gitea Registry uses: docker/login-action@v3 with: