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
All checks were successful
AppImage Build / build-appimage (push) Successful in 1m49s
This commit is contained in:
parent
2ae350e3c0
commit
67f41a7660
@ -75,7 +75,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \
|
curl --user ${{ github.actor }}:${{ secrets.PACKAGE_PUSH }} \
|
||||||
--upload-file ${{ steps.build.outputs.filename }} \
|
--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
|
- name: Save build
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user