This website works better with JavaScript.
Home
Help
Sign In
hms
/
aptdec
mirror of
https://github.com/Xerbo/aptdec
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
workflows/win_release.yml: Fix build type
Signed-off-by: DroidKali <DroidKali@users.noreply.github.com>
tags/v1.8.0
DroidKali
2 years ago
parent
51405971fd
commit
1858fa0e89
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/win_release.yml
+ 2
- 2
.github/workflows/win_release.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save