summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-01-03 12:55:19 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-01-03 12:55:19 +0100
commit41a470c19e15f0ee238a47d32b04ad64cce42ea5 (patch)
treeb49347b5a4ceb9c9ebe914ff8e8732998216931f
parent9fefb274b8b38c7cc0b537436757920890f86b00 (diff)
linux update
-rw-r--r--.github/workflows/linux.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 393bc14..a2c1770 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -389,7 +389,8 @@ 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
+ ; 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 }}
# run: cp -a ${{ github.workspace }} /opt/wspace