Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix(CI): build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku authored Jul 19, 2022
1 parent d85ae4b commit d4a16a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: ${{github.workspace}}
shell: pwsh
run: |
'.\.github\workflows\EnableX86AndARM.ps1'
.\.github\workflows\EnableX86AndARM.ps1
- name: build nuspec
if: contains(github.ref, 'tags/')
Expand Down

0 comments on commit d4a16a1

Please sign in to comment.