# 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:
# 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:
# 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:
# 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:
# 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:
# 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: