From 176369e8dd40d254dbfac2eebfad303b813b3268 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sat, 9 Dec 2023 17:24:16 +0100 Subject: [PATCH] CI: Another fix --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1632571..c34db67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,8 @@ jobs: sh make-package.sh - name: Upload DEB package - uses: actions/upload-artifact@v3 - with: - name: ubuntu-deb-package - path: ./pdf4qt/build/*.deb - retention-days: 30 \ No newline at end of file + uses: actions/upload-artifact@v3 + with: + name: ubuntu-deb-package + path: ./pdf4qt/build/*.deb + retention-days: 30 \ No newline at end of file