We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b844e87 commit 4ea9aa6Copy full SHA for 4ea9aa6
.github/workflows/build.yml
@@ -105,15 +105,15 @@ jobs:
105
106
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
107
with:
108
- bundle: XStreaming.flatpak
109
- manifest-path: flatpak/io.github.Geocld.XStreaming.yml
+ bundle: XStreamingDesktop.flatpak
+ manifest-path: flatpak/io.github.Geocld.XStreamingDesktop.yml
110
cache-key: flatpak-builder-${{ github.sha }}
111
112
- name: Release flatpak
113
uses: softprops/action-gh-release@v2
114
if: startsWith(github.ref, 'refs/tags/v')
115
116
- files: XStreaming.flatpak
+ files: XStreamingDesktop.flatpak
117
draft: true
118
119
release:
0 commit comments