Skip to content

Commit

Permalink
Use bootstrap script
Browse files Browse the repository at this point in the history
Call the bootstap script in the relase action

Signed-off-by: Nils Bosbach <n.bosbach@gmx.de>
  • Loading branch information
nbosb committed Nov 30, 2022
1 parent 4d2a7d9 commit 8770744
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Create configure script
run: |
libtoolize
aclocal
autoheader
autoconf
automake --add-missing
run: ./config/bootstrap
- name: Create output folder
run: mkdir output
- name: Create zip
Expand Down

0 comments on commit 8770744

Please sign in to comment.