From e6fc5e522b5e6a41415c68db234d4e288d8c0857 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 25 May 2022 14:54:06 +0800 Subject: [PATCH] Remove styless.css --- .github/workflows/release.yml | 20 ++++++++++---------- styles.css | 0 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 styles.css 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