From f3dc14c035830cb4097d2fe546fee9dadf35e2f0 Mon Sep 17 00:00:00 2001 From: Robert Debug Date: Wed, 12 May 2021 14:44:52 +0200 Subject: [PATCH] add comment to github issue link [skip ci] --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30813c81a..504e8f0a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -676,7 +676,10 @@ jobs: run: mv xayn-ai-ffi-c/ffi.h ${{ github.workspace }}/xayn-ai-ffi-c/ffi.h - name: Download all artifacts - # https://github.com/actions/download-artifact/issues/6 + # Currently we can only download all artifacts. Using wildcards is not + # yet supported. https://github.com/actions/download-artifact/issues/6 + # That said, we're downloading the Linux artifacts twice, but doing it + # in two download steps would be a bit overkill. if: matrix.os == 'macos-10.15' uses: actions/download-artifact@v2 with: