3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 07:04:22 +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
parent 381d604e78
commit c27378b8cc

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 \