diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1cf74f2..af22611 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: - name: Prepare release files run: | mkdir -p release - cp main.js manifest.json styles.css release/ + cp main.js manifest.json release/ - name: Debug release files run: | @@ -41,4 +41,4 @@ jobs: gh release create "$tag" \ --title="$tag" \ --draft \ - release/main.js release/manifest.json release/styles.css + release/main.js release/manifest.json diff --git a/styles.css b/styles.css deleted file mode 100644 index 71cc60f..0000000 --- a/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -/* - -This CSS file will be included with your plugin, and -available in the app when your plugin is enabled. - -If your plugin does not need CSS, delete this file. - -*/