Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Nov 27, 2024
1 parent 9841694 commit a1decb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo EOF >> $GITHUB_OUTPUT
- name: Debug
run: echo ${{steps.list_binaries.outputs.binaries}}
run: ${{steps.list_binaries.outputs.binaries}}

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a1decb3

Please sign in to comment.