From 2185b74332510784f624e82c6d2f473b9b24b0a8 Mon Sep 17 00:00:00 2001 From: John Lemp Date: Mon, 16 Sep 2024 07:51:40 -0400 Subject: [PATCH] debug action --- .github/workflows/alfred.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/alfred.yml b/.github/workflows/alfred.yml index 07ea479..f0457c8 100644 --- a/.github/workflows/alfred.yml +++ b/.github/workflows/alfred.yml @@ -22,6 +22,10 @@ jobs: env: WORKFLOW_VERSION: ${{ github.ref_name }} + - name: Check output + run: | + echo "Output file is: ${{ steps.builder.outputs.OUTPUT_FILE }}" + - name: Release uses: softprops/action-gh-release@v1 with: