소스 검색

Run debug build on the correct branch

tags/v1.8.0
Xerbo 3 년 전
부모
커밋
5324247187
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .github/workflows/debug.yml

+ 2
- 2
.github/workflows/debug.yml 파일 보기

@@ -3,7 +3,7 @@ name: x86 Debug
on:
push:
branches:
- master
- devel
env:
BUILD_TYPE: Debug

@@ -50,5 +50,5 @@ jobs:
- name: Upload compilied binary
uses: actions/upload-artifact@v2
with:
name: Release build
name: Debug build
path: ${{runner.workspace}}/build/aptdec

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