From dc3ffa30aff2ef3a3038223a92300091f138cac7 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Sat, 27 Feb 2021 20:21:29 -0500 Subject: [PATCH] actions: stylistic cleanup --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dd3fa87e..8adbf8741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: os: windows-latest, msvc: true, buildtype: release, - args: -Ddefault_library=static --force-fallback-for=zlib,harfbuzz + args: '-Ddefault_library=static --force-fallback-for=zlib,harfbuzz' } #- { # name: Windows MinGW, @@ -30,13 +30,13 @@ jobs: name: Ubuntu Debug, os: ubuntu-latest, buildtype: debugoptimized, - args: "" + args: '' } - { name: Ubuntu Release, os: ubuntu-latest, buildtype: release, - args: "" + args: '' } - { name: macOS Debug, @@ -108,5 +108,4 @@ jobs: if: matrix.config.os == 'windows-latest' with: name: ${{ matrix.config.name }} - path: | - build/Aegisub-*.exe + path: build/Aegisub-*.exe