From ea6d58bb3aae1227d4dd5af3188599b837743c77 Mon Sep 17 00:00:00 2001 From: Florian Friedrich Date: Sun, 20 Aug 2023 12:05:21 +0200 Subject: [PATCH] Fix reference to outputs --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de3d000..36e3fe1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: with: project: ${{ env.INPUT_PROJECT }} scheme: ${{ env.INPUT_SCHEME }} - destination: ${{ steps.destination.otuputs.xcode }} + destination: ${{ steps.destination.outputs.xcode }} skip-testing: ${{ matrix.skip-testing }} action: ${{ matrix.action }} output-formatter: ${{ matrix.output-formatter }} @@ -74,7 +74,7 @@ jobs: with: project: ${{ env.INPUT_PROJECT }} scheme: ${{ env.INPUT_SCHEME }} - destination: ${{ steps.destination.otuputs.xcode }} + destination: ${{ steps.destination.outputs.xcode }} skip-testing: ${{ matrix.skip-testing }} action: ${{ matrix.action }} output-formatter: ${{ matrix.output-formatter }} @@ -135,7 +135,7 @@ jobs: with: workspace: ${{ env.INPUT_WORKSPACE }} scheme: ${{ env.INPUT_SCHEME }} - destination: ${{ steps.destination.otuputs.xcode }} + destination: ${{ steps.destination.outputs.xcode }} skip-testing: ${{ matrix.skip-testing }} action: ${{ matrix.action }} output-formatter: ${{ matrix.output-formatter }} @@ -144,7 +144,7 @@ jobs: with: workspace: ${{ env.INPUT_WORKSPACE }} scheme: ${{ env.INPUT_SCHEME }} - destination: ${{ steps.destination.otuputs.xcode }} + destination: ${{ steps.destination.outputs.xcode }} skip-testing: ${{ matrix.skip-testing }} action: ${{ matrix.action }} output-formatter: ${{ matrix.output-formatter }} @@ -192,7 +192,7 @@ jobs: with: spm-package: ${{ env.INPUT_SPM_PACKAGE }} scheme: ${{ env.INPUT_SCHEME }} - destination: ${{ steps.destination.otuputs.xcode }} + destination: ${{ steps.destination.outputs.xcode }} action: ${{ env.INPUT_ACTION }} output-formatter: ${{ matrix.output-formatter }} - uses: './' @@ -200,7 +200,7 @@ jobs: with: spm-package: ${{ env.INPUT_SPM_PACKAGE }} scheme: ${{ env.INPUT_SCHEME }} - destination: ${{ steps.destination.otuputs.xcode }} + destination: ${{ steps.destination.outputs.xcode }} action: ${{ env.INPUT_ACTION }} output-formatter: ${{ matrix.output-formatter }} - name: Check for derived data