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