Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error CI/CD: Cannot change ownership #172

Open
lyskouski opened this issue Dec 14, 2023 · 0 comments
Open

Error CI/CD: Cannot change ownership #172

lyskouski opened this issue Dec 14, 2023 · 0 comments
Labels
bug Something isn't working flatpak-builder

Comments

@lyskouski
Copy link

lyskouski commented Dec 14, 2023

Hello,

Error is reproduced for both v5 and v6 versions. Nothing was changed in the context of a Linux Flathub distribution.

image

https://github.com/lyskouski/app-finance/actions/runs/7198767614/job/19609849475

 Committing stage build-zenity to cache
========================================================================
Building module Fingrom in /__w/app-finance/app-finance/.flatpak-builder/build/Fingrom-1
========================================================================
Running: mkdir -p Fingrom
Running: tar -xf fingrom_Linux.tar.gz -C Fingrom
tar: com.tercad.fingrom.desktop: Cannot change ownership to uid 1001, gid 127: Invalid argument

Used script:

  build-flatpak:
    name: Create Linux Flatpak build
    runs-on: ubuntu-latest
    container:
      image: bilelmoussaoui/flatpak-github-actions:gnome-45
      options: --privileged
    steps:
      - uses: actions/checkout@v3

// ... other steps

      - name: Build Linux Flatpak
        uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
        with:
          bundle: fingrom_LinuxFlatpak.flatpak
          manifest-path: linux-flatpak/com.tercad.fingrom.yml

Flathub build: flathub/com.tercad.fingrom#8

Would rely on your assistance. Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flatpak-builder
Projects
None yet
Development

No branches or pull requests

2 participants