Skip to content

Commit 43e365d

Browse files
committed
Wait for Artifactory publisher workflow
1 parent 6cf646c commit 43e365d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,11 @@ jobs:
8080
env:
8181
GH_TOKEN: ${{ steps.publisher-token.outputs.token }}
8282
run: |
83-
gh workflow run upload-to-artifactory.yaml \
83+
run_url="$(gh workflow run upload-to-artifactory.yaml \
8484
--repo Arm-Debug/remoteproc-runtime-publisher \
8585
--ref main \
8686
--field release-version="${{ needs.release.outputs.release-version }}" \
87-
--field artifactory-uploadables="remoteproc-runtime_${{ needs.release.outputs.release-version }}_linux_arm64.tar.gz"
87+
--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

Comments
 (0)