aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-06 09:40:43 -0700
committerMicah Lee <micah@micahflee.com>2022-10-06 09:40:43 -0700
commit567b477f527ab8ac2c89d13e05977168116cc444 (patch)
treefc8c7eb959ca27a1514c83ed2a72d33e62464248 /.github
parent702aac87e93df3784a6d98aca1cce3580e6bde67 (diff)
downloadonionshare-567b477f527ab8ac2c89d13e05977168116cc444.tar.gz
onionshare-567b477f527ab8ac2c89d13e05977168116cc444.zip
Change snapcraft build to use path required for snapcraft.io, and stop building in Github Actions CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c945468d..2f6f4bec 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,5 +1,5 @@
name: Build
-run-name: Build win32, win64, mac (Intel), snap (amd64) 🚀
+run-name: Build win32, win64, mac (Intel) 🚀
on:
push:
branches:
@@ -305,23 +305,23 @@ jobs:
name: mac-build
path: ~/onionshare-macos.tar.gz
- build-snap:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
+ # build-snap:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v3
- - name: Install dependencies
- run: |
- sudo lxd init --auto
- sudo snap install snapcraft --classic
+ # - name: Install dependencies
+ # run: |
+ # sudo lxd init --auto
+ # sudo snap install snapcraft --classic
- - name: Build snap
- run: sudo snapcraft --use-lxd
+ # - name: Build snap
+ # run: sudo snapcraft --use-lxd
- - uses: actions/upload-artifact@v3
- with:
- name: snapcraft-build
- path: onionshare_*.snap
+ # - uses: actions/upload-artifact@v3
+ # with:
+ # name: snapcraft-build
+ # path: onionshare_*.snap
build-flatpak:
runs-on: ubuntu-latest