Skip to content

Commit 98c36ef

Browse files
committed
gh action / autotools / msys2: archive build artifacts.
1 parent c7aff5a commit 98c36ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/autotools-msys2.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ jobs:
5252
> tests/config.sh
5353
cat tests/config.sh
5454
./tests/examples2/run_all_tests.sh /tmp/adflib/bin
55+
- name: prepare artifacts
56+
run: |
57+
mv -v /tmp/adflib .
58+
mv -v AUTHORS README* COPYING* BUGS* TODO adflib/
59+
- uses: actions/upload-artifact@v4
60+
with:
61+
name: adflib-windows-msys2
62+
path: |
63+
adflib/
5564
- name: store logs from failed tests
5665
if: failure()
5766
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)