We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80932c commit b905f8dCopy full SHA for b905f8d
.github/workflows/run-tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
16
- - run: Move-Item -Path src -Destination (Get-Location).Path
+ - run: Move-Item -Path src/*.* -Destination (Get-Location).Path
17
18
- run: |
19
dir
0 commit comments