1 parent aafaeab commit 36e1025Copy full SHA for 36e1025
1 file changed
.github/workflows/release.yml
@@ -157,9 +157,12 @@ jobs:
157
158
cd pkg/arch
159
160
+ # Copy tarball into build dir so makepkg finds it
161
+ cp "$TARBALL" .
162
+
163
# Point PKGBUILD to the local tarball and update version
164
sed -i "s/^pkgver=.*/pkgver=${VERSION}/" PKGBUILD
- sed -i "s|source=.*|source=(\"${TARBALL}\")|" PKGBUILD
165
+ sed -i "s|source=.*|source=(\"courvux-notepad-${VERSION}.tar.gz\")|" PKGBUILD
166
167
chown -R builder:builder .
168
su builder -c "makepkg -s --noconfirm"
0 commit comments