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:
parent
a586093e4c
commit
216b2eef40
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue