Skip to content

Manually Upload to all AURs #6

Manually Upload to all AURs

Manually Upload to all AURs #6

Workflow file for this run

name: Manually Upload to AUR
on: workflow_dispatch
jobs:
setup:
name: Setup
uses: ./.github/workflows/reuse_setup.yml
aur:
name: Upload to AUR
uses: ./.github/workflows/reuse_aur.yml
needs: setup