From 185ee063b6caf1dbdf0c42f0e0a171778502e1fa Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 9 Aug 2026 00:46:36 -0700 Subject: [PATCH] Fix last commit (more workflow stuff) --- .gitea/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8fc5c7f..e69f4ed 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -36,7 +36,6 @@ jobs: stack --local-bin-path usr/bin/ build --copy-bins 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: https://gitea.com/actions/gitea-upload-artifact@v4 with: