mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-30 18:42:05 +00:00
fix: Upload debs built on a schedule
This commit is contained in:
parent
62a98ebc71
commit
366ec46b26
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ jobs:
|
||||||
path: ${{ steps.cargo-deb.outputs.path }}
|
path: ${{ steps.cargo-deb.outputs.path }}
|
||||||
|
|
||||||
- name: Publish to Forgejo package registry
|
- name: Publish to Forgejo package registry
|
||||||
if: ${{ forge.event_name == 'push' || forge.event_name == 'workflow_dispatch' }}
|
if: ${{ forge.event_name == 'push' || forge.event_name == 'workflow_dispatch' || forge.event_name == 'schedule' }}
|
||||||
run: |
|
run: |
|
||||||
OWNER="continuwuation"
|
OWNER="continuwuation"
|
||||||
DISTRIBUTION=${{ steps.debian-version.outputs.distribution }}
|
DISTRIBUTION=${{ steps.debian-version.outputs.distribution }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue