From eef597b4aff7046dffd7370b40bbcfac85d71002 Mon Sep 17 00:00:00 2001 From: pd3v Date: Wed, 24 Jul 2024 11:18:19 +0100 Subject: [PATCH] syntax error --- .github/workflows/mglyphs_release_build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/mglyphs_release_build.yml b/.github/workflows/mglyphs_release_build.yml index c28031e..3f1117c 100644 --- a/.github/workflows/mglyphs_release_build.yml +++ b/.github/workflows/mglyphs_release_build.yml @@ -14,17 +14,17 @@ jobs: runs-on: macos-latest steps: - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Checkout submodules run: git submodule update --init --recursive --remote - name: Build run: ./build.sh - name: Remove build-only process files - run: | - rm -r ${{github.workspace}}/build/CMakeFiles - rm ${{github.workspace}}/build/*.cmake - rm ${{github.workspace}}/build/CMakeCache.txt - rm ${{github.workspace}}/build/Makefile + run: | + rm -r ${{github.workspace}}/build/CMakeFiles + rm ${{github.workspace}}/build/*.cmake + rm ${{github.workspace}}/build/CMakeCache.txt + rm ${{github.workspace}}/build/Makefile - name: mglyphs macOS Artifact uses: actions/upload-artifact@v4 with: