1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-10-03 18:50:45 +00:00

fix: Upload RPMs built on a schedule

This commit is contained in:
ginger 2025-09-26 18:50:38 +00:00 committed by Ginger
parent 439c605efe
commit 62a98ebc71

View file

@ -250,7 +250,7 @@ jobs:
path: artifacts/*debuginfo*.rpm path: artifacts/*debuginfo*.rpm
- name: Publish to RPM Package Registry - name: Publish to RPM Package Registry
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
run: | run: |
# Find the main binary RPM (exclude debug and source RPMs) # Find the main binary RPM (exclude debug and source RPMs)
RPM=$(find artifacts -name "continuwuity-*.rpm" \ RPM=$(find artifacts -name "continuwuity-*.rpm" \