mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2025-03-01 02:42:27 +08:00
Update publish_arm.yml
This commit is contained in:
parent
1a6840b96e
commit
8947c9a443
6
.github/workflows/publish_arm.yml
vendored
6
.github/workflows/publish_arm.yml
vendored
@ -2,8 +2,8 @@ name: Raspberry Pi compile
|
||||
on:
|
||||
push:
|
||||
# 匹配特定标签 (refs/tags)
|
||||
tags:
|
||||
- "v*" # 推送事件匹配 v*, 例如 v1.0,v20.15.10 等来触发工作流
|
||||
# tags:
|
||||
# - "v*" # 推送事件匹配 v*, 例如 v1.0,v20.15.10 等来触发工作流
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
apt-get install curl
|
||||
# Install node
|
||||
curl -fsSL https://fnm.vercel.app/install | bash
|
||||
source /root/.bashrc
|
||||
. /root/.bashrc
|
||||
fnm use --install-if-missing 22
|
||||
# Install pnpm
|
||||
npm install -g pnpm
|
||||
|
Loading…
Reference in New Issue
Block a user