Skip to content

Commit

Permalink
Github Actions fix output file (#2)
Browse files Browse the repository at this point in the history
* fix action output file
  • Loading branch information
duckworth authored Sep 16, 2024
1 parent 85ec999 commit 147ebb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alfred.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- 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 147ebb8

Please sign in to comment.