mirror of
https://github.com/Z3Prover/z3
synced 2026-06-02 07:07:52 +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
381d604e78
commit
c27378b8cc
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:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
|
ls
|
||||||
find tmp -type f \( -name "*.zip" -o -name "*.whl" -o -name "*.tar.gz" -o -name "*.nupkg" -o -name "*.snupkg" \) > release_files.txt
|
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 \
|
gh release create Nightly \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue