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