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