Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 098e7a8

Browse files
committed
简化actions的命名
1 parent 85cfc41 commit 098e7a8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
on:
22
push:
3-
# Sequence of patterns matched against refs/tags
43
tags:
5-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
4+
- 'v*'
65

7-
name: Upload Release Asset
6+
name: Release
87

98
jobs:
109
build:
11-
name: Upload Release Asset
10+
name: Release
1211
runs-on: ubuntu-latest
1312
steps:
1413

@@ -21,7 +20,7 @@ jobs:
2120
- name: Checkout code
2221
uses: actions/checkout@v2
2322

24-
- name: Build project # This would actually build your project, using zip for an example artifact
23+
- name: Build project
2524
run: |
2625
go get -v -t -d ./...
2726
sh ./build.sh

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 上位机 · 网页版
22

3-
![Go](https://github.com/scutrobotlab/Robot_Monitor_Web/workflows/Go/badge.svg) ![Upload Release Asset](https://github.com/scutrobotlab/Robot_Monitor_Web/workflows/Upload%20Release%20Asset/badge.svg)
3+
![Go](https://github.com/scutrobotlab/Robot_Monitor_Web/workflows/Go/badge.svg) ![Release](https://github.com/scutrobotlab/Robot_Monitor_Web/workflows/Release/badge.svg)
44

55
>~~你所用过坠好的上位机~~
66
>~~简洁、优雅且好用~~

0 commit comments

Comments
 (0)