mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-28 11:37:16 +00:00
ci(release): add website build + artifact upload on tag
This commit is contained in:
@@ -103,6 +103,16 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
npm run build:extension
|
npm run build:extension
|
||||||
|
|
||||||
|
- name: Build Website
|
||||||
|
run: node website/build.js
|
||||||
|
|
||||||
|
- name: Upload Website Artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: website-www
|
||||||
|
path: website/www/
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user