Remove artifact upload step
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s

This commit is contained in:
2026-02-16 08:06:39 -08:00
parent 479c096587
commit 099374e878

View File

@@ -38,9 +38,3 @@ jobs:
git commit -m "Build and update icalendar.plug.js [skip ci]"
git push origin main
fi
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: icalendar-plug
path: "*.plug.js"