mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
格式化代码以及修复观看历史部分专栏封面不显示的bug
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -1,12 +1,12 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
# The branch where the project source code resides
|
||||
# 项目源代码所在的分支
|
||||
- main
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -41,12 +41,12 @@ jobs:
|
||||
|
||||
- name: Upload Zip
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
with:
|
||||
name: BewlyBewly Zip
|
||||
path: extension.zip
|
||||
|
||||
|
||||
- name: Upload Crx
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
with:
|
||||
name: BewlyBewly Crx
|
||||
path: extension.crx
|
||||
|
||||
Reference in New Issue
Block a user