3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-18 16:28:56 +00:00

List files in tmp directory for nightly release

Add a command to list files before creating the nightly release.
This commit is contained in:
Nikolaj Bjorner 2026-01-17 12:00:01 -08:00 committed by GitHub
parent a586093e4c
commit 216b2eef40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -584,6 +584,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
ls
find tmp -type f \( -name "*.zip" -o -name "*.whl" -o -name "*.tar.gz" -o -name "*.nupkg" -o -name "*.snupkg" \) > release_files.txt
gh release create Nightly \