瀏覽代碼

Merge pull request #19 from DroidKali/master

workflows/win_release.yml: Fix build type
tags/v1.8.0
Liam 2 年之前
committed by GitHub
父節點
當前提交
b1cc748073
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +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

Loading…
取消
儲存