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

Commit d4a16a1

Browse files
authored
fix(CI): build.yaml
1 parent d85ae4b commit d4a16a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: ${{github.workspace}}
3434
shell: pwsh
3535
run: |
36-
'.\.github\workflows\EnableX86AndARM.ps1'
36+
.\.github\workflows\EnableX86AndARM.ps1
3737
3838
- name: build nuspec
3939
if: contains(github.ref, 'tags/')

0 commit comments

Comments
 (0)