forked from GitHubMirrors/silverbullet-icalendar
Remove artifact upload step
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -38,9 +38,3 @@ jobs:
|
|||||||
git commit -m "Build and update icalendar.plug.js [skip ci]"
|
git commit -m "Build and update icalendar.plug.js [skip ci]"
|
||||||
git push origin main
|
git push origin main
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: icalendar-plug
|
|
||||||
path: "*.plug.js"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user