we might need another path in here to make this show up in gitea
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m49s

This commit is contained in:
Emil Lerch 2025-01-10 16:44:38 -08:00
parent 2ae350e3c0
commit 67f41a7660
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -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