Skip to content

Closed doors logic

Closed doors logic #20

name: Pack Randomizer
on:
workflow_dispatch: # Allows manual triggers
push:
branches:
- main
paths:
- "Dolphin scripts/Entrance Randomizer/**"
- "Dolphin scripts/pack-rando.ps1"
- "Various technical notes/transition_infos.json"
- ".github/workflows/pack-randomizer.yaml"
pull_request:
branches:
- main
paths:
- "Dolphin scripts/Entrance Randomizer/**"
- "Dolphin scripts/pack-rando.ps1"
- "Various technical notes/transition_infos.json"
- ".github/workflows/pack-randomizer.yaml"
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
FORCE_COLOR: 1
jobs:
pack-randomizer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: '& "Dolphin scripts/pack-rando.ps1"'
shell: pwsh
- uses: actions/upload-artifact@v4
with:
path: "Entrance Randomizer v*.zip"