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 committed Jul 19, 2022
1 parent f147798 commit d85ae4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: enable X86 and ARM build support
working-directory: ${{github.workspace}}
shell: pwsh
run: & '.\.github\workflows\EnableX86&ARM.ps1'
run: |
'.\.github\workflows\EnableX86AndARM.ps1'
- name: build nuspec
if: contains(github.ref, 'tags/')
Expand Down

0 comments on commit d85ae4b

Please sign in to comment.