summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-01-03 11:59:51 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-01-03 11:59:51 +0100
commitdc39ffa7db5c16e57ee9ea131bcba91c4868de2f (patch)
tree907b90f78b54a4cf5d36829b7e78818e2b98fafa
parent8535822d464b3c11d7b2347287cb28318e41da1d (diff)
fix linux deb publish
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 1e4f934..47e632e 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -392,7 +392,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 \
- && curl --user mrcyjanek:$PAT_SECRET_PACKAGE --upload-file libwallet2-api-c*.deb https://git.mrcyjanek.net/api/packages/mrcyjanek/debian/pool/no-distro/main/upload
+ ; curl --user mrcyjanek:$PAT_SECRET_PACKAGE --upload-file libwallet2-api-c*.deb https://git.mrcyjanek.net/api/packages/mrcyjanek/debian/pool/no-distro/main/upload
# - name: act - copy workspace to /opt/wspace
# if: ${{ env.ACT }}
# run: cp -a ${{ github.workspace }} /opt/wspace