Skip to content

Commit 7ac5344

Browse files
committed
chore: on push
Signed-off-by: Oleh Astappiev <4512729+astappiev@users.noreply.github.com>
1 parent b549040 commit 7ac5344

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
cd ~/stacks/learnweb_dev/webapps
5454
TEMP_DIR=$(mktemp -d)
5555
56+
curl --no-progress-meter --fail-with-body -I \
57+
-H "Accept: application/vnd.github+json" \
58+
-H "Authorization: Bearer ${{ github.token }}" \
59+
"https://api.github.com/repos/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
60+
5661
echo "Getting artifact from workflow ${{ github.run_id }}"
5762
ARTIFACT_ID=$(curl --no-progress-meter --fail-with-body \
5863
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)