Swap the default placement order of Fill and Stroke nodes in layers (#3789)

This commit is contained in:
Keavon Chambers
2026-02-19 13:15:11 -08:00
committed by GitHub
parent 3f999bf231
commit 258748ec51
8 changed files with 33 additions and 31 deletions

View File

@@ -65,11 +65,11 @@ jobs:
flatpak-builder --user --force-clean --install-deps-from=flathub --repo=repo build ./manifest.json
flatpak build-bundle repo graphite.flatpak art.graphite.Graphite --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
flatpak build-bundle repo Graphite.flatpak art.graphite.Graphite --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
- name: Upload Flatpak
uses: actions/upload-artifact@v4
with:
name: graphite-flatpak
path: .flatpak/graphite.flatpak
path: .flatpak/Graphite.flatpak
compression-level: 0