Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92b2a5ef5e |
@@ -29,6 +29,12 @@ jobs:
|
|||||||
manifest: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/latest/system.json
|
manifest: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/latest/system.json
|
||||||
download: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-ecryme-${{github.event.release.tag_name}}.zip
|
download: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download/${{github.event.release.tag_name}}/fvtt-ecryme-${{github.event.release.tag_name}}.zip
|
||||||
|
|
||||||
|
# Build CSS from LESS
|
||||||
|
- uses: https://github.com/actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: "20"
|
||||||
|
- run: npm install && npm run build
|
||||||
|
|
||||||
# Create a zip file with all files required by the system to add to the release
|
# Create a zip file with all files required by the system to add to the release
|
||||||
- run: |
|
- run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
|
|||||||
Reference in New Issue
Block a user