From c372e260b19e28ed096aed8a082f778bd5934034 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 8 Aug 2026 23:39:23 -0700 Subject: [PATCH] Try to upload build artifacts again --- .gitea/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3f7c163..2ad4d35 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -38,9 +38,9 @@ jobs: install -m 0644 -D "${{ gitea.workspace }}/completion/license-tool.zsh" usr/share/zsh/site-functions/_license-tool cp -r "${{ gitea.workspace }}/licenses" usr/share/license-tool tar -caf "${tarball}" usr/ - # - name: Upload Artifacts - # uses: actions/upload-artifact@v7 - # with: - # path: ${{ env.tarball }} - # compression-level: 0 - # archive: false + - name: Upload Artifacts + uses: actions/upload-artifact@v4 + with: + path: ${{ env.tarball }} + compression-level: 0 + archive: false