From ccc321682cbe4b03d2ddb6dd640037caee9a9487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Ajdi=C5=A1ek?= <6921913+bigpod98@users.noreply.github.com> Date: Sun, 2 Apr 2023 05:39:10 +0200 Subject: [PATCH] fix: added a error output to file and cat it out (#136) --- .github/workflows/release-please.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 346dff9542c..0e9f27e0171 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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