Unpack artifacts
buildbot/nix-eval Build done.
build.yml / build (ucrt) (push) Successful in 13s
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
build.yml / build (x86) (push) Successful in 18s
build.yml / release (push) Failing after 38s

This commit is contained in:
Greg Hellings
2026-08-06 22:23:42 -05:00
parent 3a3a0ba68b
commit de5bf573cd
+4 -1
View File
@@ -37,10 +37,13 @@ jobs:
run: |-
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"
done
ls -lR
- name: Create release
uses: https://gitea.com/actions/gitea-release-action@v1
with:
tag_name: ${{ steps.date.outputs.DATE }}
files: |-
**/*.tar.xz
*.tar.xz