mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-11 00:19:26 -04:00
Give up on building snap in CI
This commit is contained in:
parent
6c361a379c
commit
3bb2d655c3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Build
|
name: Build
|
||||||
run-name: Build win32, win64, mac (Intel) 🚀
|
run-name: Build win32, win64, mac (Intel), snapcraft 🚀
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -305,4 +305,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mac-build
|
name: mac-build
|
||||||
path: ~/onionshare-macos.tar.gz
|
path: ~/onionshare-macos.tar.gz
|
@ -129,7 +129,7 @@ parts:
|
|||||||
override-build: |
|
override-build: |
|
||||||
poetry install
|
poetry install
|
||||||
poetry build
|
poetry build
|
||||||
pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
python3 -m pip install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
|
||||||
after: [tor, obfs4, snowflake-client, meek-client]
|
after: [tor, obfs4, snowflake-client, meek-client]
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user