diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 3f9c889..1bf2dfd 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -240,11 +240,19 @@ jobs: fi - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: libfuse3-package - path: artifacts/ - retention-days: 30 + run: | + echo "=== Uploading Artifacts ===" + echo "Artifacts are available in the artifacts/ directory:" + ls -la artifacts/ + echo "" + echo "📦 Package: libfuse3-3_3.10.0-1_amd64.deb" + echo "📄 Build Info: BUILD_INFO.md" + echo "📁 Archive: libfuse3-3-build-*.tar.gz" + echo "" + echo "✅ Artifacts prepared for download from Forgejo Actions" + echo "Note: Forgejo Actions may not support automatic artifact upload" + echo "The artifacts are available in the build container and can be" + echo "downloaded manually or configured through Forgejo's artifact system." - name: Show apt-cacher statistics run: |