Skip to content

Commit

Permalink
update workflow again again
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Jan 23, 2024
1 parent 200c918 commit 2830e00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
# Path(s) compiled CSS should be saved, eg. ~/workspace_sass/assets/css/main.css
destination: styles/main.css
sourceMap: true
outFile: styles/main.css

# Substitute the Manifest and Download URLs in the module.json
- name: Substitute Manifest and Download Links For Versioned Ones
Expand All @@ -34,7 +35,7 @@ jobs:
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip

# Create a zip file with all files required by the module to add to the release
- run: zip -r ./module.zip module.json LICENSE styles/ scripts/ templates/ lang/
- run: zip -r ./module.zip module.json LICENSE styles/*.css styles/*.map scripts/ templates/ lang/

# Create a release for this specific version
- name: Update Release with Files
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@

## Version 0.2.3
- fix imports in macros/index.mjs
- update workflow again?
- update workflow again?

## Version 0.2.4
Update

0 comments on commit 2830e00

Please sign in to comment.