Skip to content

Commit d472fe1

Browse files
.github/workflows/guile3.0.yml: Add "Distcheck" phase
1 parent 085576e commit d472fe1

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/guile3.0.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
texinfo \
2424
bsdutils \
2525
help2man
26-
27-
- name: Checkout repository
26+
27+
- name: Checkout repository
2828
uses: actions/checkout@v2
2929

3030
- name: Autoreconf
@@ -38,3 +38,14 @@ jobs:
3838

3939
- name: Run tests
4040
run: make -j$(nproc) check
41+
42+
- name: Distcheck
43+
run: make -j$(nproc) distcheck
44+
45+
- name: Upload the artifact
46+
id: upload-artifact
47+
uses: actions/upload-artifact@v4
48+
with:
49+
name: guile-png
50+
compression-level: 0
51+
path: "guile-smc-*.tar.gz"

0 commit comments

Comments
 (0)