Give builds a name
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
build.yml / build (ucrt) (push) Successful in 20m1s
build.yml / build (x86) (push) Successful in 19m55s
build.yml / release (push) Failing after 20s

This commit is contained in:
Greg Hellings
2026-08-06 19:33:49 -05:00
parent f315b03580
commit 49f5bf24ed
+6
View File
@@ -32,8 +32,14 @@ jobs:
steps:
- name: Download artifacts
uses: https://gitea.com/actions/download-artifact@v3-node20
- id: date
name: Generate date
run: |-
nix build coreutils
echo "DATE=$(./result/bin/date +'%Y-%m-%d-%H')" >> "$GITHUB_OUTPUT"
- name: Create release
uses: https://gitea.com/actions/gitea-release-action@v1
with:
tag_name: ${{ steps.date.outputs.DATE }}
files: |-
"*.tar.xz"