Skip to content

Commit

Permalink
ci: add package creation.
Browse files Browse the repository at this point in the history
Simplify a bit the workflow while here.
  • Loading branch information
crondaemon committed Dec 25, 2021
1 parent d71ba1b commit 219caac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
uses: actions/checkout@v2
- name: Install deps
run: sudo apt-get install libpcap-dev -y
- name: autoreconf
run: autoreconf -i
- name: configure
run: ./configure
- name: Make
run: make
- run: autoreconf -i
- run: ./configure
- run: make
- run: make dist
- name: Upload package
uses: actions/upload-artifact@v2
with:
name: package
path: namescan-*.tar.gz

0 comments on commit 219caac

Please sign in to comment.