1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-26 16:55:45 +00:00

[CI] List artifacts before compression during Release

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-11-30 16:00:13 +01:00
parent fc7d17bd74
commit 018a05372d
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -62,6 +62,7 @@ jobs:
- name: Compress artifacts
run: |
ls -l
for dir in macos-* windows-*; do
zip -r "libcpuid-$VERSION-$dir.zip" "$dir"
done