Skip to content

Commit 7afcd3d

Browse files
committed
update workflows
1 parent 1753e0c commit 7afcd3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/openssl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
pull_request:
66
branches: [master]
77

8-
name: Create openssl Release
8+
name: Openssl
99

1010
jobs:
1111
build:
12-
name: compile openssl then deploy
12+
name: compile apple and android openssl then deploy
1313
runs-on: macos-14
1414
env:
1515
GH_TOKEN: ${{ github.token }}

.github/workflows/soundtouch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
pull_request:
66
branches: [master]
77

8-
name: Create soundtouch Release
8+
name: Soundtouch
99

1010
jobs:
1111
build:
12-
name: compile soundtouch then deploy
12+
name: compile apple and android soundtouch then deploy
1313
runs-on: macos-14
1414
env:
1515
GH_TOKEN: ${{ github.token }}

.github/workflows/uavsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
pull_request:
66
branches: [master]
77

8-
name: Create uavs3d Release
8+
name: Uavs3d
99

1010
jobs:
1111
build:
12-
name: compile uavs3d then deploy
12+
name: compile apple and android uavs3d then deploy
1313
runs-on: macos-14
1414
env:
1515
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)