Skip to content

Commit b83c685

Browse files
committed
ci: add deb into package archives
Signed-off-by: Lessica <82flex@gmail.com>
1 parent 74e1ce2 commit b83c685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Build Packages
6060
run: |
6161
make package
62-
cp packages/*.tipa .
62+
cp packages/*.tipa packages/*.deb .
6363
find .theos/obj -name "*.dSYM" -exec cp -r {} . \;
6464
6565
- name: Upload Packages
@@ -68,6 +68,7 @@ jobs:
6868
name: packages-${{ env.VERSION }}
6969
path: |
7070
*.tipa
71+
*.deb
7172
*.dSYM
7273
7374
- name: Release

0 commit comments

Comments
 (0)