Skip to content

Commit

Permalink
Linux: upload also .deb SHA256SUM file if it is generated in Github w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
idrassi committed Jul 6, 2024
1 parent 4dafb98 commit 230d168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 230d168

Please sign in to comment.