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 815f0e7 commit 4ece57eCopy full SHA for 4ece57e
.github/workflows/release.yaml
@@ -492,7 +492,11 @@ jobs:
492
MATRIX_JSON=$(echo '[
493
]' | jq -c)
494
echo "MATRIX_JSON=${MATRIX_JSON}" >> $GITHUB_ENV
495
-
+ - name: Find released artifacts
496
+ run: |
497
+ artifacts_json=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
498
+ "https://api.github.com/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts")
499
+ echo $artifacts_json
500
docker:
501
runs-on: ubuntu-latest
502
environment: release
0 commit comments