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 264601f commit 896cec5Copy full SHA for 896cec5
.github/workflows/flatpak.yml
@@ -8,7 +8,7 @@ jobs:
8
flatpak:
9
permissions:
10
contents: write
11
-
+
12
name: "Flatpak"
13
runs-on: ubuntu-latest
14
container:
@@ -29,7 +29,7 @@ jobs:
29
uses: softprops/action-gh-release@v2
30
if: ${{ startsWith(github.ref, 'refs/tags/') }}
31
with:
32
- draft: true
+ draft: false
33
files: |
34
*.flatpak
35
*/*.flatpak
.gitignore
@@ -1,3 +1,4 @@
1
.flatpak-builder/
2
build/
3
.venv/
4
+.env
0 commit comments