From 2830e007f1835550d550e9e95ba7aab3c2bfe210 Mon Sep 17 00:00:00 2001 From: esheyw Date: Mon, 22 Jan 2024 21:05:32 -0800 Subject: [PATCH] update workflow again again --- .github/workflows/main.yaml | 3 ++- CHANGELOG.md | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4d5d11b..5d700b1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index cba5eb0..17a5c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,4 +34,7 @@ ## Version 0.2.3 - fix imports in macros/index.mjs -- update workflow again? \ No newline at end of file +- update workflow again? + +## Version 0.2.4 +Update \ No newline at end of file