Skip to content

Commit 0cdd8df

Browse files
authored
Upload Shell artifacts for easy download after packaging (#1766)
1 parent 30d7b83 commit 0cdd8df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-package-shell.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,12 @@ jobs:
8787
working-directory: ts
8888
shell: bash
8989
run: pnpm run shell:package
90+
91+
- uses: actions/upload-artifact@v4
92+
if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts != 'false' }}
93+
name: Upload build artifact
94+
with:
95+
name: typeagent-shell-${{ matrix.os }}-${{ github.run_number }}
96+
path: ts/packages/shell/dist/** # files/dirs to include
97+
retention-days: 7
98+

0 commit comments

Comments
 (0)