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 9042fcf commit 9f9570c
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 @@ -35,7 +35,8 @@ jobs:
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 }}'
run: 7z x '${{ steps.packname.outputs.packname }}.zip' -o'${{ steps.packname.outputs.packname
}}'
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.packname.outputs.packname }}
Expand Down

0 comments on commit 9f9570c

Please sign in to comment.