Skip to content

Commit

Permalink
fix: added a error output to file and cat it out (ublue-os#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpod98 authored Apr 2, 2023
1 parent ffb84d6 commit ccc3216
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run:
gh release upload ${{ needs.release-please.outputs.tag }} ./${{ steps.isogenerator.outputs.iso-path }} -R ublue-os/bluefin
gh release upload ${{ needs.release-please.outputs.tag }} ./${{ steps.isogenerator.outputs.iso-path }} -R ublue-os/bluefin 2> /erroroutput
- name: catoutput
run: cat /erroroutput

0 comments on commit ccc3216

Please sign in to comment.