From d0f10fced77e525b9b433b03f673ece49505878f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Tue, 11 May 2021 22:42:50 +0900 Subject: [PATCH] Download the artifacts into current dir, that way it doesn't clash with dist. --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7c4d2adc..a99ddd5d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,9 +112,10 @@ jobs: submodules: false - uses: actions/download-artifact@v2 - with: - path: dist - - run: ls -al ./dist + # with: + # path: dist + # - run: ls -al ./dist + - run: ls -al bins-* - name: Calculate tag name run: |