Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Dec 26, 2023
1 parent 628fba6 commit e9d134f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/boxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,15 @@ jobs:
find /bin /etc /home /opt -print > files1.txt
find /usr -print > files2.txt
find /clang32 /clang64 /mingw32 /mingw64 /ucrt64 -print > files3.txt
zip files.zip ls-root.txt files*.txt
- name: TEMP upload artifacts
uses: actions/upload-artifact@v3
with:
name: files
path: files.zip
path:
- ls-root.txt
- files*.txt
- usr-include.zip
retention-days: 2

- name: make win32
Expand Down

0 comments on commit e9d134f

Please sign in to comment.