diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-03 14:18:05 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-03 14:18:05 +0100 |
| commit | a830e22a672aa47e8b86ffc390609ae6cc12c347 (patch) | |
| tree | 239e16c622e77fe6fd456a01b5f59fe33c6a7baf | |
| parent | 53d14fc615abd664781af98f8b9992cde4268ad3 (diff) | |
fix bash syntax
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |
