Skip to content

Manually Upload to all AURs #14

Manually Upload to all AURs

Manually Upload to all AURs #14

Workflow file for this run

name: Manually Upload to all AURs
on: workflow_dispatch
jobs:
setup:
name: Setup
uses: ./.github/workflows/reuse_setup.yml
secrets: inherit
aur:
name: Upload
uses: ./.github/workflows/reuse_aur.yml
secrets: inherit
needs: setup
aur_bin:
name: Upload
uses: ./.github/workflows/reuse_aur_bin.yml
secrets: inherit
needs: setup
aur_git:
name: Upload
uses: ./.github/workflows/reuse_aur_git.yml
secrets: inherit
needs: setup
aur_dev_git:
name: Upload
uses: ./.github/workflows/reuse_aur_dev_git.yml
secrets: inherit
needs: setup