Skip to content

Commit 8d833a0

Browse files
committed
Upload build artifacts
For easy testing.
1 parent c2b64ff commit 8d833a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
- name: Build
3838
shell: pwsh
3939
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
4046
- name: Run tests
4147
shell: pwsh
4248
run: Invoke-Build Test

0 commit comments

Comments
 (0)