Use gitea artifact actions
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
build.yml / release (push) Skipped
buildbot/nix-effects Build done.
build.yml / build (ucrt) (push) Failing after 8m45s
build.yml / build (x86) (push) Failing after 11m6s

This commit is contained in:
Greg Hellings
2026-08-06 07:58:57 -05:00
parent 8de9f6eb71
commit 8ca6eb9c0b
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- name: Build - name: Build
run: nix run -L ".#${{ matrix.arch }}" run: nix run -L ".#${{ matrix.arch }}"
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v7 uses: https://gitea.com/actions/upload-artifact@v7
with: with:
name: ${{ matrix.arch }} name: ${{ matrix.arch }}
path: "*.tar.xz" path: "*.tar.xz"
@@ -31,7 +31,7 @@ jobs:
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
steps: steps:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v8 uses: https://gitea.com/actions/download-artifact@v8
- name: Create release - name: Create release
uses: actions/gitea-release-action@v1 uses: actions/gitea-release-action@v1
with: with: