From 6f7aff88882cddd0ed8258f4cfd3911e0428fb1a Mon Sep 17 00:00:00 2001 From: John Lemp Date: Mon, 16 Sep 2024 07:53:30 -0400 Subject: [PATCH] fix action output file --- .github/workflows/alfred.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/alfred.yml b/.github/workflows/alfred.yml index f0457c8..1a6c8d1 100644 --- a/.github/workflows/alfred.yml +++ b/.github/workflows/alfred.yml @@ -22,11 +22,7 @@ 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: - files: ${{ steps.builder.outputs.workflow_file }} \ No newline at end of file + files: ${{ steps.builder.outputs.OUTPUT_FILE }} \ No newline at end of file