mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-21 10:19:13 +00:00
fix github workflows
This commit is contained in:
parent
1756c9259a
commit
232de80a7a
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
@ -47,8 +47,11 @@ jobs:
|
|||||||
# By default, queries listed here will override any specified in a config file.
|
# 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.
|
# 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
|
# 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 miniupnpc all
|
||||||
make -C minissdpd all
|
make -C minissdpd all
|
||||||
|
|
||||||
|
11
.github/workflows/mingw.yml
vendored
11
.github/workflows/mingw.yml
vendored
@ -31,5 +31,12 @@ jobs:
|
|||||||
- name: upload binaries
|
- name: upload binaries
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: win32-binaries
|
name: miniupnpc-win32-binaries-$(GITHUB_SHA)
|
||||||
path: miniupnpc/*.zip
|
path: |
|
||||||
|
miniupnpc/*.exe
|
||||||
|
miniupnpc/*.dll
|
||||||
|
miniupnpc/*.def
|
||||||
|
miniupnpc/*.a
|
||||||
|
miniupnpc/LICENSE
|
||||||
|
miniupnpc/README
|
||||||
|
miniupnpc/Changelog.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user