mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
build installer in release workflow
This commit is contained in:
parent
4725e1e12c
commit
ad3694de76
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -104,7 +104,8 @@ jobs:
|
|||
- run: python -u release/build.py standalone-binaries
|
||||
- if: matrix.platform == 'linux'
|
||||
run: python -u release/build.py --dirty wheel
|
||||
- if: matrix.platform == 'windows' && github.repository == 'mitmproxy/mitmproxy' && github.event_name == 'push'
|
||||
- if: matrix.platform == 'windows' && github.repository == 'mitmproxy/mitmproxy' &&
|
||||
(github.ref == 'refs/heads/citest' || startsWith(github.ref, 'refs/tags/'))
|
||||
run: python -u release/build.py --dirty installbuilder-installer msix-installer
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue