Skip to content

Commit

Permalink
uh oh
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus authored Feb 13, 2024
1 parent fd942f4 commit e365a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combine/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Setup CLI
shell: bash
run: |
7z x "cli/*-${{ matrix.config.cli_id }}.zip" -ocli
7z x "${{ github.action_path }}/cli/*-${{ matrix.config.cli_id }}.zip" -ocli
echo "${{ github.action_path }}/cli" >> $GITHUB_PATH
if [ ${{ steps.platform.outputs.id }} != "win" ]; then
Expand Down

0 comments on commit e365a0a

Please sign in to comment.