Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
esheyw committed Jan 23, 2024
2 parents 79b566f + c302573 commit ed7c138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
source: styles/main.scss
# Path(s) compiled CSS should be saved, eg. ~/workspace_sass/assets/css/main.css
destination: styles/main.css
sourceMap: styles/main.css
sourceMap: main.css.map

# Substitute the Manifest and Download URLs in the module.json
- name: Substitute Manifest and Download Links For Versioned Ones
Expand All @@ -34,7 +34,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/*.css styles/*.map scripts/ templates/ lang/
- run: zip -r ./module.zip module.json LICENSE styles/ scripts/ templates/ lang/

# Create a release for this specific version
- name: Update Release with Files
Expand Down

0 comments on commit ed7c138

Please sign in to comment.