Skip to content

Commit b71572f

Browse files
Update github workflow
1 parent ea931da commit b71572f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
2222
- name: Build
2323
run: |
24-
make defconfig rob.config memorizer.config
24+
make defconfig memorizer.config
2525
make -j $(expr $(nproc) / 3 + 1)
2626
make -j $(expr $(nproc) / 3 + 1) modules
2727
# deb-pkg didn't work. (I didn't save the error.)
28-
# make -j $(expr $(nproc) / 3 + 1) deb-pkg
28+
make -j $(expr $(nproc) / 3 + 1) deb-pkg
29+
cp ../*.deb .
2930
make -j $(expr $(nproc) / 3 + 1) tar-pkg
3031
3132
- name: Test
@@ -52,7 +53,7 @@ jobs:
5253
linux-*.tar
5354
arch/x86_64/boot/bzImage
5455
./*.patch
55-
../*.deb
56+
./*.deb
5657
5758
- name: Announce
5859
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)