We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ca4ce commit 92c7e5cCopy full SHA for 92c7e5c
.github/workflows/publish.yml
@@ -19,6 +19,8 @@ jobs:
19
os: [ubuntu-22.04, windows-latest, macos-latest]
20
21
steps:
22
+ - run: (get-command mkdir).Source
23
+ if: runner.os == 'Windows'
24
- uses: actions/checkout@v4
25
with:
26
submodules: true
0 commit comments