From be270a50a3328d5ab005d7e076d82898fdc2f9f8 Mon Sep 17 00:00:00 2001 From: Dorako Date: Sun, 22 Oct 2023 22:30:49 +0200 Subject: [PATCH] Rename modules to esmodules --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40d4323..41592ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,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 CHANGELOG.md README.md LICENSE styles/ templates/ languages/ modules/ img/ fonts/ + - run: zip -r ./module.zip module.json CHANGELOG.md README.md LICENSE styles/ templates/ languages/ esmodules/ img/ fonts/ # Create a release for this specific version - name: Update Release with Files