mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-26 12:36:59 -04:00
use proper quotes
This commit is contained in:
2
.github/workflows/linux-makepkg.yml
vendored
2
.github/workflows/linux-makepkg.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
install -d -m 0755 -o builder -g builder "$PKGDEST" "$SRCDEST"
|
||||
- name: Set package version
|
||||
run: |
|
||||
sed -i -e 's|^pkgver=.*$|pkgver=${VERSION//-/_}|' dist/linux/makepkg/PKGBUILD
|
||||
sed -i -e "s|^pkgver=.*$|pkgver=${VERSION//-/_}|" dist/linux/makepkg/PKGBUILD
|
||||
env:
|
||||
VERSION: ${{ needs.get-version.outputs.semVerStr }}
|
||||
- name: Build package with makepkg
|
||||
|
||||
Reference in New Issue
Block a user