소스 검색

Merge pull request #19 from DroidKali/master

workflows/win_release.yml: Fix build type
tags/v1.8.0
Liam 2 년 전
committed by GitHub
부모
커밋
b1cc748073
No known key found for this signature in database GPG 키 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

불러오는 중...
취소
저장