Skip to content

Commit 577779a

Browse files
committed
ficks
Signed-off-by: Swagtoy <me@ow.swag.toys>
1 parent 5dd4caa commit 577779a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
# lazy.
5151

5252
- name: Nightly build
53-
if: !startsWith(github.ref, 'refs/tags/')
53+
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
5454
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
5555
with:
5656
bundle: SuperTuxNightly.flatpak
5757
manifest-path: org.supertux.SuperTuxNightly.yml
5858
cache-key: flatpak-builder-nightly-${{ github.sha }}
5959

6060
- name: Release build
61-
if: startsWith(github.ref, 'refs/tags/')
61+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
6262
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
6363
with:
6464
bundle: SuperTux.flatpak

0 commit comments

Comments
 (0)