Skip to content

Workflow file for this run

name: Attach avatars to release assets
on:
release:
types:
- released
- prereleased
jobs:
get_target_branches:
name: Get target branches
uses: ./.github/workflows/get_target_branches.yml
with:
include_base: false
attach_avatar:
name: Attach avatars to release assets
needs: get_target_branches
permissions:
contents: write
uses: Gakuto1112/MyFiguraAvatarPacker/.github/workflows/attach_avatars.yml@main
with:
target_branches: ${{ needs.get_target_branches.outputs.target_branches }}
should_show_branch_name: true