Allow dirs without zips
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
nix build "nixpkgs#coreutils"
|
||||
echo "DATE=$(./result/bin/date +'%Y-%m-%d-%H')" >> "$GITHUB_OUTPUT"
|
||||
for d in $(nix run "nixpkgs#findutils" -- -maxdepth 1 -type d); do
|
||||
nix run "nixpkgs#unzip" -- -d . "${d}/*.zip"
|
||||
nix run "nixpkgs#unzip" -- -d . "${d}"/*.zip || true
|
||||
done
|
||||
ls -lR
|
||||
- name: Create release
|
||||
|
||||
Reference in New Issue
Block a user