mirror of
https://github.com/woodchen-ink/obsidian-lskypro-uploader.git
synced 2025-07-18 05:42:07 +08:00
更新 GitHub 发布工作流,移除不必要的样式文件检查
This commit is contained in:
parent
44884ca5ca
commit
07ecfc7ef7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
tag="${GITHUB_REF#refs/tags/}"
|
tag="${GITHUB_REF#refs/tags/}"
|
||||||
|
|
||||||
files=()
|
files=()
|
||||||
for file in main.js manifest.json styles.css; do
|
for file in main.js manifest.json; do
|
||||||
if [ -f "$file" ]; then
|
if [ -f "$file" ]; then
|
||||||
files+=("$file")
|
files+=("$file")
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user