Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 13, 2024
1 parent d13c8e5 commit 3212469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pack-randomizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
shell: pwsh
- name: Get pack filename
id: packname
run: echo "::set-output name=packname::$(find -name 'Entrance Randomizer v*.zip' | sed 's/\.zip$//1' | sed 's/\./$//1')"
run: echo "::set-output name=packname::$(find -name 'Entrance Randomizer v*.zip' | sed 's/\.zip$//1'
| sed 's/\./$//1')"
- name: Extract premade archive
run: 7z x '${{ steps.packname.outputs.packname }}.zip' -o'${{ steps.packname.outputs.packname
}}'
Expand Down

0 comments on commit 3212469

Please sign in to comment.