Liam
2 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
2 aggiunte e
2 eliminazioni
-
.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 |