Skip to content

Commit 230d168

Browse files
committed
Linux: upload also .deb SHA256SUM file if it is generated in Github workflow
1 parent 4dafb98 commit 230d168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595
uses: actions/upload-artifact@v3
9696
with:
9797
name: veracrypt-gui-debs
98-
path: /tmp/VeraCrypt_Packaging/GUI/Packaging/veracrypt-*.deb
98+
path: /tmp/VeraCrypt_Packaging/GUI/Packaging/veracrypt-*.*
9999

100100
- name: Upload Console .deb packages
101101
uses: actions/upload-artifact@v3
102102
with:
103103
name: veracrypt-console-debs
104-
path: /tmp/VeraCrypt_Packaging/Console/Packaging/veracrypt-console-*.deb
104+
path: /tmp/VeraCrypt_Packaging/Console/Packaging/veracrypt-console-*.*
105105

106106
- name: Install and test VeraCrypt GUI .deb packages
107107
run: |

0 commit comments

Comments
 (0)