From 232de80a7aa8ae61db2cc73c5d3a42750ddc11ac Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 5 Nov 2020 13:33:54 +0100 Subject: [PATCH] fix github workflows --- .github/workflows/codeql-analysis.yml | 5 ++++- .github/workflows/mingw.yml | 11 +++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b304c75..135e875 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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 diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 9ebf29f..d2312d6 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -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