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 1b9390a commit 91e1371Copy full SHA for 91e1371
.github/workflows/build-ci-container-windows.yml
@@ -27,6 +27,6 @@ jobs:
27
with:
28
sparse-checkout: .github/workflows/containers/github-action-ci-windows
29
- name: Build Container
30
- working-directory: ./.github/workflows/container/github-action-ci-windows
+ working-directory: .github/workflows/container/github-action-ci-windows
31
run: |
32
docker build -t ci-windows-2019 .
0 commit comments