From 230d1682a8eb4310b39efcbfd3009cb409d58d95 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 6 Jul 2024 14:46:27 +0200 Subject: Linux: upload also .deb SHA256SUM file if it is generated in Github workflow --- .github/workflows/build-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 27c3a6bc..8704492a 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -95,13 +95,13 @@ jobs: uses: actions/upload-artifact@v3 with: name: veracrypt-gui-debs - path: /tmp/VeraCrypt_Packaging/GUI/Packaging/veracrypt-*.deb + path: /tmp/VeraCrypt_Packaging/GUI/Packaging/veracrypt-*.* - name: Upload Console .deb packages uses: actions/upload-artifact@v3 with: name: veracrypt-console-debs - path: /tmp/VeraCrypt_Packaging/Console/Packaging/veracrypt-console-*.deb + path: /tmp/VeraCrypt_Packaging/Console/Packaging/veracrypt-console-*.* - name: Install and test VeraCrypt GUI .deb packages run: | -- cgit v1.2.3