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.
1 parent 68395e4 commit 0fddbd5Copy full SHA for 0fddbd5
1 file changed
.github/workflows/build.yaml
@@ -59,6 +59,7 @@ jobs:
59
- name: Build Converseen
60
run: |
61
cd $APPIMAGE_DIR/build
62
+ sed -i 's|git+\$url.git#tag=v\$pkgver|git+\$url.git|' PKGBUILD
63
sudo -u builder makepkg -si --noconfirm
64
65
- name: Make AppImage
0 commit comments