Skip to content

Commit

Permalink
Update windows-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewc12 committed May 27, 2024
1 parent 2acb4b6 commit 0d971b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ jobs:
$f.Close()
- name: create pool
run: '& "${{ steps.registryzfs.outputs.zfspath }}\zpool.exe" create tank \\?\${{github.workspace}}\test01.dat'
run: '& "${{ steps.registryzfs.outputs.zfspath }}\zpool.exe" create tank ${{github.workspace}}\test01.dat'

- name: get pool status
run: '& "${{ steps.registryzfs.outputs.zfspath }}\zpool.exe" status'
Expand Down

0 comments on commit 0d971b6

Please sign in to comment.