From 62a98ebc718c4da6f6f71bb0469f44b8b740b586 Mon Sep 17 00:00:00 2001 From: ginger Date: Fri, 26 Sep 2025 18:50:38 +0000 Subject: [PATCH] fix: Upload RPMs built on a schedule --- .forgejo/workflows/build-fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-fedora.yml b/.forgejo/workflows/build-fedora.yml index 4e0f6efa..0b85e39f 100644 --- a/.forgejo/workflows/build-fedora.yml +++ b/.forgejo/workflows/build-fedora.yml @@ -250,7 +250,7 @@ jobs: path: artifacts/*debuginfo*.rpm - 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: | # Find the main binary RPM (exclude debug and source RPMs) RPM=$(find artifacts -name "continuwuity-*.rpm" \