We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad04fc commit 9e817d4Copy full SHA for 9e817d4
1 file changed
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
- run: npm run icons
50
- name: Regenerate flatpak-node sources
51
run: |
52
- pipx install flatpak-node-generator
+ pipx install git+https://github.com/flatpak/flatpak-builder-tools.git#subdirectory=node
53
flatpak-node-generator npm package-lock.json -o flatpak/generated-sources.json
54
- run: flatpak-builder --force-clean --repo=repo build-dir flatpak/com.besoeasy.gupt.dev.yaml
55
- run: flatpak build-bundle repo "${{ needs.prepare-release.outputs.flatpak_bundle }}" com.besoeasy.gupt --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
0 commit comments