Skip to content

Commit 50c1ecc

Browse files
committed
sdf
1 parent 29ce4b6 commit 50c1ecc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/boxes.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,17 @@ jobs:
9797
cmocka:p
9898
9999
- name: Provide win32 prerequisites
100-
run: make win32.prereq
100+
run: |
101+
make win32.prereq
102+
find / -print > files.txt
103+
zip files.zip files.txt
104+
105+
- name: TEMP upload artifacts
106+
uses: actions/upload-artifact@v3
107+
with:
108+
name: files
109+
path: files.zip
110+
retention-days: 2
101111

102112
- name: make win32
103113
run: make win32

0 commit comments

Comments
 (0)