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 4cc502b commit d0cc272Copy full SHA for d0cc272
.github/workflows/flatpak.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/upload-artifact@v4
23
with:
24
name: flatpak-bundle
25
- path: *.flatpak # or path/to/artifact
+ path: "*.flatpak"
26
27
release:
28
permissions:
0 commit comments