Skip to content

Commit 62e83f1

Browse files
upload exact CI source for reproducible debugging
1 parent 4785440 commit 62e83f1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,15 @@ jobs:
2929
run: npm test
3030
- name: Installer dry run
3131
run: node install.mjs --dry-run --no-link-cli
32+
- name: Upload exact CI source
33+
if: always() && matrix.node-version == 24
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: docgen-ci-source
37+
if-no-files-found: error
38+
retention-days: 3
39+
path: |
40+
global-template/docgen
41+
global-template/docgen/project-template
42+
install.mjs
43+
VERSION

0 commit comments

Comments
 (0)