Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Vinokhodov committed Sep 10, 2024
1 parent 297e007 commit 5d199e5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
- name: Create DEBIAN Directory and Control File
run: |
mkdir -p ~/hsm-engine-deb/DEBIAN
echo "Package: hsm-engine" > ~/hsm-engine-deb/DEBIAN/control
echo "Version: 1.0-1" >> ~/hsm-engine-deb/DEBIAN/control
echo "Section: utils" >> ~/hsm-engine-deb/DEBIAN/control
echo "Priority: optional" >> ~/hsm-engine-deb/DEBIAN/control
echo "Architecture: amd64" >> ~/hsm-engine-deb/DEBIAN/control
echo "Maintainer: Andrey V <[email protected]>" >> ~/hsm-engine-deb/DEBIAN/control
echo "Description: Azure Key Vault and Managed HSM Engine for OpenSSL" >> ~/hsm-engine-deb/DEBIAN/control
mkdir -p ~/hsm-engine-deb/debian
echo "Package: hsm-engine" > ~/hsm-engine-deb/debian/control
echo "Version: 1.0-1" >> ~/hsm-engine-deb/debian/control
echo "Section: utils" >> ~/hsm-engine-deb/debian/control
echo "Priority: optional" >> ~/hsm-engine-deb/debian/control
echo "Architecture: amd64" >> ~/hsm-engine-deb/debian/control
echo "Maintainer: Andrey V <[email protected]>" >> ~/hsm-engine-deb/debian/control
echo "Description: Azure Key Vault and Managed HSM Engine for OpenSSL" >> ~/hsm-engine-deb/debian/control
- name: Install HSM Engine and Package
run: |
cd src/build
Expand Down

0 comments on commit 5d199e5

Please sign in to comment.