Try to upload build artifacts again
Build Artifacts / build (push) Failing after 3m23s

This commit is contained in:
2026-08-08 23:39:23 -07:00
parent 44e5add6d5
commit c372e260b1
+6 -6
View File
@@ -38,9 +38,9 @@ jobs:
install -m 0644 -D "${{ gitea.workspace }}/completion/license-tool.zsh" usr/share/zsh/site-functions/_license-tool 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 cp -r "${{ gitea.workspace }}/licenses" usr/share/license-tool
tar -caf "${tarball}" usr/ tar -caf "${tarball}" usr/
# - name: Upload Artifacts - name: Upload Artifacts
# uses: actions/upload-artifact@v7 uses: actions/upload-artifact@v4
# with: with:
# path: ${{ env.tarball }} path: ${{ env.tarball }}
# compression-level: 0 compression-level: 0
# archive: false archive: false