mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-06 13:24:24 -04:00
Build without keeping build dirs, and recursively list the build dir to see the permissions where it fails. Move obfs4proxy to run later so we can see if this is a problem for all 3 PTs
This commit is contained in:
parent
916c37640b
commit
2be632fe43
2 changed files with 14 additions and 11 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -254,7 +254,7 @@ jobs:
|
|||
- name: Flatpak build
|
||||
run: |
|
||||
cd flatpak
|
||||
flatpak-builder build --force-clean --keep-build-dirs --verbose --install-deps-from=flathub --install --user org.onionshare.OnionShare.yaml
|
||||
flatpak-builder build --force-clean --verbose --install-deps-from=flathub --install --user org.onionshare.OnionShare.yaml
|
||||
flatpak build-bundle ~/.local/share/flatpak/repo ~/OnionShare.flatpak org.onionshare.OnionShare --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue