We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea931da commit b71572fCopy full SHA for b71572f
.github/workflows/release.yml
@@ -21,11 +21,12 @@ jobs:
21
22
- name: Build
23
run: |
24
- make defconfig rob.config memorizer.config
+ make defconfig memorizer.config
25
make -j $(expr $(nproc) / 3 + 1)
26
make -j $(expr $(nproc) / 3 + 1) modules
27
# deb-pkg didn't work. (I didn't save the error.)
28
- # make -j $(expr $(nproc) / 3 + 1) deb-pkg
+ make -j $(expr $(nproc) / 3 + 1) deb-pkg
29
+ cp ../*.deb .
30
make -j $(expr $(nproc) / 3 + 1) tar-pkg
31
32
- name: Test
@@ -52,7 +53,7 @@ jobs:
52
53
linux-*.tar
54
arch/x86_64/boot/bzImage
55
./*.patch
- ../*.deb
56
+ ./*.deb
57
58
- name: Announce
59
if: startsWith(github.ref, 'refs/tags/')
0 commit comments