Skip to content

Commit

Permalink
fix shell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
darinf committed May 13, 2024
1 parent 636ad21 commit ba37413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version: tags/20240511.0
file: firebase-windows-amd64.zip

- run: Expand-Archive -Path firebase-windows-amd64.zip -DestinationPath third_party -and Rename-Item -Path third_party\firebase -NewName firebase-development
- run: Expand-Archive -Path firebase-windows-amd64.zip -DestinationPath third_party; Rename-Item -Path third_party/firebase -NewName firebase-development
shell: powershell

- name: Build
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
version: tags/20240511.0
file: firebase-windows-amd64.zip

- run: Expand-Archive -Path firebase-windows-amd64.zip -DestinationPath third_party -and Rename-Item -Path third_party\firebase -NewName firebase-development
- run: Expand-Archive -Path firebase-windows-amd64.zip -DestinationPath third_party; Rename-Item -Path third_party/firebase -NewName firebase-development
shell: powershell

- name: Configure
Expand Down

0 comments on commit ba37413

Please sign in to comment.