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:
Miguel Jacq 2025-02-07 09:25:42 +11:00
parent 916c37640b
commit 2be632fe43
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
2 changed files with 14 additions and 11 deletions

View file

@ -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