Skip to content

Commit

Permalink
Automatically pack rando (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Jul 9, 2024
1 parent ddbaaf3 commit 1ee53b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pack-randomizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
- "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
Expand All @@ -26,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: '& $env:GITHUB_ACTION_PATH/Dolphin scripts/pack-rando.ps1'
- run: '& "Dolphin scripts/pack-rando.ps1"'
shell: pwsh
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1ee53b9

Please sign in to comment.