From 30c6effe933cfb384651ce81166aca3f4dde09fa Mon Sep 17 00:00:00 2001 From: mgrojo Date: Thu, 16 Nov 2023 21:06:43 +0100 Subject: [PATCH] Fix yaml syntax --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a9de52..7408b6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,9 +58,9 @@ jobs: run: alr --non-interactive build - name: Build AppImage run: VERSION=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}} make AppImage - - name: Release - uses: softprops/action-gh-release@v1 - with: - files: Open_URL*.AppImage - prerelease: true - tag_name: continuous + - name: Release + uses: softprops/action-gh-release@v1 + with: + files: Open_URL*.AppImage + prerelease: true + tag_name: continuous