-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,6 @@ jobs: | |
# Build Release | ||
- name: Generate release | ||
run: npm run release | ||
- name: List release directory contents | ||
run: ls -la /home/runner/work/household/household/release/ | ||
|
||
# Substitute Manifest and Download Links For Versioned Ones | ||
- name: Substitute Manifest and Download Links For Versioned Ones | ||
|
@@ -39,6 +37,8 @@ jobs: | |
manifest: https://github.com/${{github.repository}}/releases/latest/download/system.json | ||
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip | ||
|
||
- name: Minify Action | ||
uses: anthonyftwang/[email protected] | ||
# Create a zip file with all files required by the system to add to the release | ||
- run: cd release && zip -r ./system.zip system.json template.json readme.md LICENSE.txt assets/ build/ fonts/ lang/ templates/ packs/ readme/ styles/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters