From: Soeren Apel Date: Wed, 28 Aug 2024 12:38:08 +0000 (+0200) Subject: build.yml: Remove extra quotes that mess up github formatting X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6a2fe319acd64267f4e9fd4a463ab8cd727ad6d7;p=sigrok-build.git build.yml: Remove extra quotes that mess up github formatting --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f1b4c7..232d56f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,7 +141,7 @@ jobs: # Only relevant for pull requests if: (github.event_name == 'pull_request') run: | - echo "PR_LINKS=\" | pulseview-${{ env.ARTIFACT_VERSION }}-${{ matrix.target.target }}-${{ matrix.build_type.name }}-installer.exe | ${{ steps.upload.outputs.artifact-url }} |\"" >> $GITHUB_OUTPUT + echo "PR_LINKS= | pulseview-${{ env.ARTIFACT_VERSION }}-${{ matrix.target.target }}-${{ matrix.build_type.name }}-installer.exe | ${{ steps.upload.outputs.artifact-url }} |" >> $GITHUB_OUTPUT build_sigrok-cli_mxe: @@ -244,7 +244,7 @@ jobs: # Only relevant for pull requests if: (github.event_name == 'pull_request') run: | - echo "PR_LINKS=\" | sigrok-cli-${{ env.ARTIFACT_VERSION }}-${{ matrix.target.target }}-debug-installer.exe | ${{ steps.upload.outputs.artifact-url }} |\"" >> $GITHUB_OUTPUT + echo "PR_LINKS= | sigrok-cli-${{ env.ARTIFACT_VERSION }}-${{ matrix.target.target }}-debug-installer.exe | ${{ steps.upload.outputs.artifact-url }} |" >> $GITHUB_OUTPUT build_pulseview_appimage: @@ -374,7 +374,7 @@ jobs: # Only relevant for pull requests if: (github.event_name == 'pull_request') run: | - echo "PR_LINKS=\" | pulseview-${{ matrix.target.target }}-${{ matrix.build_type.name }}-appimage | ${{ steps.upload.outputs.artifact-url }} |\"" >> $GITHUB_OUTPUT + echo "PR_LINKS= | pulseview-${{ matrix.target.target }}-${{ matrix.build_type.name }}-appimage | ${{ steps.upload.outputs.artifact-url }} |" >> $GITHUB_OUTPUT build_sigrok-cli_appimage: @@ -497,7 +497,7 @@ jobs: # Only relevant for pull requests if: (github.event_name == 'pull_request') run: | - echo "PR_LINKS=\" | sigrok-cli-${{ env.ARTIFACT_VERSION }}-${{ matrix.target.target }}-debug.appimage | ${{ steps.upload.outputs.artifact-url }} |\"" >> $GITHUB_OUTPUT + echo "PR_LINKS= | sigrok-cli-${{ env.ARTIFACT_VERSION }}-${{ matrix.target.target }}-debug.appimage | ${{ steps.upload.outputs.artifact-url }} |" >> $GITHUB_OUTPUT build_pulseview_macos: @@ -605,7 +605,7 @@ jobs: # Only relevant for pull requests if: (github.event_name == 'pull_request') run: | - echo "PR_LINKS=\" | pulseview-${{ env.ARTIFACT_VERSION }}-${{ env.TARGET }}.dmg | ${{ steps.upload.outputs.artifact-url }} |\"" >> $GITHUB_OUTPUT + echo "PR_LINKS= | pulseview-${{ env.ARTIFACT_VERSION }}-${{ env.TARGET }}.dmg | ${{ steps.upload.outputs.artifact-url }} |" >> $GITHUB_OUTPUT build_sigrok-cli_macos: @@ -697,7 +697,7 @@ jobs: # Only relevant for pull requests if: (github.event_name == 'pull_request') run: | - echo "PR_LINKS=\" | sigrok-cli-${{ env.ARTIFACT_VERSION }}-${{ env.TARGET }}.dmg | ${{ steps.upload.outputs.artifact-url }} |\"" >> $GITHUB_OUTPUT + echo "PR_LINKS= | sigrok-cli-${{ env.ARTIFACT_VERSION }}-${{ env.TARGET }}.dmg | ${{ steps.upload.outputs.artifact-url }} |" >> $GITHUB_OUTPUT continuous_release_pulseview: