From a830e22a672aa47e8b86ffc390609ae6cc12c347 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 3 Jan 2024 14:18:05 +0100 Subject: [PATCH] fix bash syntax --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a2c1770..101fa0b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -389,7 +389,7 @@ jobs: run: | cd ${{ github.workspace }} \ && checkinstall --type=debian --pkgname="libwallet2-api-c" --pkgversion="$(git describe --tags | sed 's/v//')" --nodoc --strip=no --stripso=no --maintainer=cyjan@mrcyjanek.net --install=no -y \ - ; ls -lah *.deb + ; ls -lah *.deb \ ; curl --user mrcyjanek:$PAT_SECRET_PACKAGE --upload-file $(echo *.deb) https://git.mrcyjanek.net/api/packages/mrcyjanek/debian/pool/no-distro/main/upload # - name: act - copy workspace to /opt/wspace # if: ${{ env.ACT }}