Skip to content

Commit

Permalink
use powershell instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 29, 2023
1 parent 791b892 commit c9b65bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ runs:
python-version: 3.x
update-environment: false
- name: Install rmskin-builder
shell: bash
shell: pwsh
run: ${{ steps.setup-python.outputs.python-path }} -m pip install rmskin-builder
- name: Run rmskin-builder
id: rmskin-builder
shell: bash
shell: pwsh
run: >-
rmskin-builder
--path "${{ inputs.path }}"
Expand Down

0 comments on commit c9b65bd

Please sign in to comment.