fix github workflows

This commit is contained in:
Thomas Bernard 2020-11-05 13:33:54 +01:00
parent 1756c9259a
commit 232de80a7a
2 changed files with 13 additions and 3 deletions

View File

@ -47,8 +47,11 @@ jobs:
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: install packages
run: sudo apt-get install libnfnetlink-dev
- run: |
- name: build
run: |
make -C miniupnpc all
make -C minissdpd all

View File

@ -31,5 +31,12 @@ jobs:
- name: upload binaries
uses: actions/upload-artifact@v2
with:
name: win32-binaries
path: miniupnpc/*.zip
name: miniupnpc-win32-binaries-$(GITHUB_SHA)
path: |
miniupnpc/*.exe
miniupnpc/*.dll
miniupnpc/*.def
miniupnpc/*.a
miniupnpc/LICENSE
miniupnpc/README
miniupnpc/Changelog.txt