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 5566aae commit 38728e0Copy full SHA for 38728e0
.github/workflows/ci-test.yml
@@ -37,6 +37,12 @@ jobs:
37
- name: Build
38
shell: pwsh
39
run: Invoke-Build Build
40
+ - name: Upload build artifacts
41
+ uses: actions/upload-artifact@v3
42
+ if: ${{ matrix.os == "windows-latest" }}
43
+ with:
44
+ name: PowerShellEditorServices
45
+ path: module
46
- name: Run tests
47
48
run: Invoke-Build Test
0 commit comments