fix shell script
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2024-07-30 21:35:43 +02:00
commit a6a7e334cf
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ when:
- renovate/* - renovate/*
steps: steps:
"Check sehll scripts": "Check shell scripts":
image: pipelinecomponents/shellcheck image: pipelinecomponents/shellcheck
commands: commands:
- shellcheck ./bin/*.sh - shellcheck ./bin/*.sh

View file

@ -7,5 +7,5 @@ VERSION="$1"
for ARCH in amd64 arm64; do for ARCH in amd64 arm64; do
fpm -t deb -p "build/i3-wallpaper-manager-$VERSION-$ARCH.deb" \ fpm -t deb -p "build/i3-wallpaper-manager-$VERSION-$ARCH.deb" \
--architecture $ARCH --version "$VERSION" \ --architecture $ARCH --version "$VERSION" \
"build/i3-wallpaper-manager-linux-$ARCH=/usr/bin/i3wp" \ "build/i3-wallpaper-manager-linux-$ARCH=/usr/bin/i3-wallpaper-manager"
done done