diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-07-06 14:46:27 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-07-06 14:46:27 +0200 |
commit | 230d1682a8eb4310b39efcbfd3009cb409d58d95 (patch) | |
tree | e575e422a1917645c5fc3a7608605f30213e8e3c | |
parent | 4dafb989132b28d75fe38923f9fe097380b4c9ed (diff) | |
download | VeraCrypt-230d1682a8eb4310b39efcbfd3009cb409d58d95.tar.gz VeraCrypt-230d1682a8eb4310b39efcbfd3009cb409d58d95.zip |
Linux: upload also .deb SHA256SUM file if it is generated in Github workflow
-rw-r--r-- | .github/workflows/build-linux.yml | 4 |
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: | |