We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ce4b6 commit 50c1eccCopy full SHA for 50c1ecc
.github/workflows/boxes.yml
@@ -97,7 +97,17 @@ jobs:
97
cmocka:p
98
99
- name: Provide win32 prerequisites
100
- run: make win32.prereq
+ 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
111
112
- name: make win32
113
run: make win32
0 commit comments