Skip to content

Commit

Permalink
change pwsh -> powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
9chu committed Sep 29, 2023
1 parent 536cf82 commit 4dbb0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: Prepare
shell: pwsh
shell: powershell
run: |
# Set git tag
$PROJECT_TAG=git describe --tags --dirty --match "v*"
Expand Down

0 comments on commit 4dbb0ba

Please sign in to comment.