From 36708c19a45d5c1445ed164bbd2cee66f1d2f00f Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Thu, 17 Jun 2021 14:16:00 +0100 Subject: [PATCH] Fix syntax issue. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05eb5f5..49151ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: python github-actions-matrix.py --triplets ${{ github.event.inputs.triplets }} --tests ${{ github.event.inputs.tests }} --period ${{ github.event.inputs.period }} --run ${{ github.event.inputs.run }} elif [[ "${{ github.event_name }}" == "push" ]] then - python github-actions-matrix.py --triplets x64-windows x64-windows-static x64-windows-static-md x86-windows --tests release + python github-actions-matrix.py --triplets x64-windows x64-windows-static x64-windows-static-md --tests release fi build: @@ -134,7 +134,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - if: "${{ github.event_name }}" == "push" && startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows-latest' && matrix.test == 'release' + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows-latest' && matrix.test == 'release' with: tag_name: ${{ github.ref }} body: |