Skip to content

Commit 4ea9aa6

Browse files
GeocldGeocld
Geocld
authored and
Geocld
committed
chore: build
1 parent b844e87 commit 4ea9aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ jobs:
105105

106106
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
107107
with:
108-
bundle: XStreaming.flatpak
109-
manifest-path: flatpak/io.github.Geocld.XStreaming.yml
108+
bundle: XStreamingDesktop.flatpak
109+
manifest-path: flatpak/io.github.Geocld.XStreamingDesktop.yml
110110
cache-key: flatpak-builder-${{ github.sha }}
111111

112112
- name: Release flatpak
113113
uses: softprops/action-gh-release@v2
114114
if: startsWith(github.ref, 'refs/tags/v')
115115
with:
116-
files: XStreaming.flatpak
116+
files: XStreamingDesktop.flatpak
117117
draft: true
118118

119119
release:

0 commit comments

Comments
 (0)