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 30d7b83 commit 0cdd8dfCopy full SHA for 0cdd8df
.github/workflows/build-package-shell.yml
@@ -87,3 +87,12 @@ jobs:
87
working-directory: ts
88
shell: bash
89
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