瀏覽代碼

Run debug build on the correct branch

tags/v1.8.0
Xerbo 4 年之前
父節點
當前提交
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

Loading…
取消
儲存