Skip to content

Commit

Permalink
use the makefile to generate a debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed May 16, 2023
1 parent 450b8af commit e68be95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
chmod +x ./.debpkg/usr/bin/hellocontest
- name: Create deb package
run: ./build-debpkg.sh ${{ steps.version_number.outputs.version_number }}
run: make debpkg

- id: package_filename
run: echo "package_filename=$(ls ./hellocontest*.deb | head -n 1)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e68be95

Please sign in to comment.