We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf646c commit 43e365dCopy full SHA for 43e365d
1 file changed
.github/workflows/release.yml
@@ -80,8 +80,11 @@ jobs:
80
env:
81
GH_TOKEN: ${{ steps.publisher-token.outputs.token }}
82
run: |
83
- gh workflow run upload-to-artifactory.yaml \
+ run_url="$(gh workflow run upload-to-artifactory.yaml \
84
--repo Arm-Debug/remoteproc-runtime-publisher \
85
--ref main \
86
--field release-version="${{ needs.release.outputs.release-version }}" \
87
- --field artifactory-uploadables="remoteproc-runtime_${{ needs.release.outputs.release-version }}_linux_arm64.tar.gz"
+ --field artifactory-uploadables="remoteproc-runtime_${{ needs.release.outputs.release-version }}_linux_arm64.tar.gz")"
88
+ gh run watch "${run_url##*/}" \
89
+ --repo Arm-Debug/remoteproc-runtime-publisher \
90
+ --exit-status
0 commit comments