aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c7c4d2ad..a99ddd5d 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: |