We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b83c6 + 24921d1 commit 3753675Copy full SHA for 3753675
1 file changed
.github/workflows/ci.yml
@@ -89,3 +89,17 @@ jobs:
89
sudo apt-get install ../*.deb
90
./scripts/runtests -p tests/
91
eatmydata lintian --info --display-info --pedantic --display-experimental ../linuxcnc*.changes
92
+ mkdir built-debs
93
+ cp ../linuxcnc*_* built-debs/
94
+ - name: Archive generated PDF files
95
+ uses: actions/upload-artifact@v3
96
+ with:
97
+ name: PDFs
98
+ retention-days: 7
99
+ path: docs/*.pdf
100
+ - name: Archive generated Debian packages
101
102
103
+ name: debs
104
105
+ path: built-debs/*
0 commit comments