VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-linux.yml')
-rw-r--r--.github/workflows/build-linux.yml4
1 files 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: |