diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0695550..28b927b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -75,7 +75,7 @@ jobs: run: | curl --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \ --upload-file ${{ steps.build.outputs.filename }} \ - https://git.lerch.org/api/packages/lobo/generic/chawan-appimage/${{ steps.build.outputs.filename }} + https://git.lerch.org/api/packages/lobo/generic/chawan-appimage/images/${{ steps.build.outputs.filename }} - name: Save build if: steps.cache.outputs.cache-hit != 'true' uses: actions/cache/save@v4