Explorar el Código
Merge pull request #19 from DroidKali/master
workflows/win_release.yml: Fix build type
tags/v1.8.0
Liam
hace 2 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
2 adiciones y
2 borrados
-
.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 |