diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 7 |
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: | |