Skip to content

Commit

Permalink
remove ./
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jul 13, 2024
1 parent 4161da7 commit 0e6fde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack-randomizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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')"
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 }}'
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0e6fde7

Please sign in to comment.