diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2476f68..dc0ed00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,13 +75,13 @@ jobs: asset_name: manifest.json asset_content_type: application/json - - name: Upload styles.css - id: upload-css - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./styles.css - asset_name: styles.css - asset_content_type: text/css \ No newline at end of file + # - name: Upload styles.css + # id: upload-css + # uses: actions/upload-release-asset@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # upload_url: ${{ steps.create_release.outputs.upload_url }} + # asset_path: ./styles.css + # asset_name: styles.css + # asset_content_type: text/css \ No newline at end of file diff --git a/styles.css b/styles.css deleted file mode 100644 index e69de29..0000000