We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b70509 + 212a604 commit 3f3c075Copy full SHA for 3f3c075
.github/workflows/build-jobs.yaml
@@ -20,6 +20,7 @@ jobs:
20
21
- name: Build sys-patch
22
run: |
23
+ dkp-pacman -Syu --noconfirm && \
24
make -C sys-patch -j$(nproc) dist && \
25
VERSION=$(grep 'export VERSION := ' sys-patch/Makefile | cut -c 19-)
26
TAGVERSION=$(curl -s https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest | grep "tag_name" | head -1 | cut -d '"' -f 4)
0 commit comments