Skip to content

Commit

Permalink
fix action output file
Browse files Browse the repository at this point in the history
  • Loading branch information
duckworth committed Sep 16, 2024
1 parent 2185b74 commit 6f7aff8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/alfred.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
files: ${{ steps.builder.outputs.OUTPUT_FILE }}

0 comments on commit 6f7aff8

Please sign in to comment.