This website works better with JavaScript.
首頁
說明
登入
hms
/
aptdec
镜像来自
https://github.com/Xerbo/aptdec
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
workflows/win_release.yml: Fix build type
Signed-off-by: DroidKali <DroidKali@users.noreply.github.com>
tags/v1.8.0
DroidKali
2 年之前
父節點
51405971fd
當前提交
1858fa0e89
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/win_release.yml
+ 2
- 2
.github/workflows/win_release.yml
查看文件
@@ -5,7 +5,7 @@ on:
branches:
- master
env:
BUILD_TYPE:
Debug
BUILD_TYPE:
Release
jobs:
build:
@@ -26,5 +26,5 @@ jobs:
- name: Upload compilied binary
uses: actions/upload-artifact@v2
with:
name:
Debug
build
name:
Release
build
path: ${{runner.workspace}}/aptdec/winbuild/aptdec-1.7.0.zip
Write
Preview
Loading…
取消
儲存