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 1770462 commit d263cfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
echo "" >> ~/hsm-engine-deb/debian/changelog
echo " -- Andrey V <[email protected]> $(date -R)" >> ~/hsm-engine-deb/debian/changelog
- name: Create debian/rules
run: |
echo "#!/usr/bin/make -f" > ~/hsm-engine-deb/debian/rules
echo "%:" >> ~/hsm-engine-deb/debian/rules
echo "\tdh $@" >> ~/hsm-engine-deb/debian/rules
chmod +x ~/hsm-engine-deb/debian/rules
- name: Build Source Package
run: |
cd ~/hsm-engine-deb
Expand Down

0 comments on commit d263cfb

Please sign in to comment.