From 6850056e0deb9358167c1a5f560900b0b4ea782d Mon Sep 17 00:00:00 2001 From: wayne warren Date: Sun, 9 Apr 2023 12:02:55 -0600 Subject: [PATCH] .github: fix build-setup step name reference --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59595b2..f63cc5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: build-setup: runs-on: ubuntu-latest outputs: - app-names: ${{ steps.step1.outputs.app-names }} + app-names: ${{ steps.get-app-names.outputs.app-names }} steps: - name: check out repository uses: actions/checkout@v3