From a0fa3b9b5fc627b0ae985b41301df667cd801f9d Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:17:36 +0100 Subject: [PATCH] Update publish-nym-wallet-macos.yml --- .github/workflows/publish-nym-wallet-macos.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/publish-nym-wallet-macos.yml b/.github/workflows/publish-nym-wallet-macos.yml index af2db3dbf5..48e165fc86 100644 --- a/.github/workflows/publish-nym-wallet-macos.yml +++ b/.github/workflows/publish-nym-wallet-macos.yml @@ -93,6 +93,20 @@ jobs: if: ${{ always() }} run: | security delete-keychain $RUNNER_TEMP/app-signing.keychain-db + + - name: Debug - Print create-release outputs + if: github.event_name == 'release' + run: | + echo "Release ID: ${{ steps.create-release.outputs.id }}" + echo "Release Assets: ${{ steps.create-release.outputs.assets }}" + +# this is failing somehow, let's see what's being outputted + - name: Debug - Print create-release outputs + if: github.event_name == 'release' + run: | + echo "Release ID: ${{ steps.create-release.outputs.id }}" + echo "Release Assets: ${{ steps.create-release.outputs.assets }}" + - id: create-release name: Upload to release based on tag name uses: softprops/action-gh-release@v1