Skip to content

Commit

Permalink
Merge pull request #24 from HyperInspire/feature/ci
Browse files Browse the repository at this point in the history
Feature/ci
  • Loading branch information
tunmx authored May 6, 2024
2 parents 9d0209b + ad9c6d2 commit 358b388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/built_release_from_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags:
- "v*" # 当推送符合 "v*" 模式的标签时触发

env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
jobs:
build:
name: Compile and Package SDKs
Expand Down Expand Up @@ -64,5 +66,3 @@ jobs:
linux_armv7_armhf.zip
linux_rv1109rv1126_armhf.zip
linux_ubuntu18.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 358b388

Please sign in to comment.