workflows: disable redundant archive
Test / Create distribution (push) Failing after 1m8s
Test / Sandbox (push) Successful in 2m58s
Test / ShareFS (push) Successful in 4m11s
Test / Hakurei (push) Successful in 4m14s
Test / Sandbox (race detector) (push) Successful in 5m47s
Test / Hakurei (race detector) (push) Successful in 6m47s
Test / Flake checks (push) Successful in 1m12s

Output is already a tarball.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-09 21:25:35 +09:00
parent 928a9f61e9
commit b8a760a2cf
+3 -3
View File
@@ -122,8 +122,8 @@ jobs:
echo "rev=$HAKUREI_REV" >> $GITHUB_OUTPUT
- name: Upload test build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v7
with:
name: "hakurei-${{ steps.build-test.outputs.rev }}"
path: result/*
path: result/*.tar.gz
archive: false
retention-days: 1