Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
davidliu
2021-05-01 21:20:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-05-01 21:20:56 +0900
Commit
3ba9920361ef1db58f30cd3ed6b112156dbadc4b
3ba99203
1 parent
b0d5a531
Update android.yml
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
.github/workflows/android.yml
.github/workflows/android.yml
查看文件 @
3ba9920
...
...
@@ -40,7 +40,7 @@ jobs:
id
:
version_name
-
name
:
Create gpg key and import into gradle properties
if
:
contains(
"SNAPSHOT"
,steps.version_name.outputs.version_name)
if
:
contains(
'SNAPSHOT'
,steps.version_name.outputs.version_name)
run
:
|
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc
gpg --quiet --output $GITHUB_WORKSPACE/release.gpg --dearmor ./release.asc
...
...
@@ -58,4 +58,4 @@ jobs:
-
name
:
Publish snapshot
if
:
contains("SNAPSHOT",steps.version_name.outputs.version_name)
run
:
./gradlew publish
\ No newline at end of file
run
:
./gradlew publish
...
...
请
注册
或
登录
后发表评论