aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-11 13:42:50 +0000
committerBlaž Hrastnik2021-05-11 13:42:50 +0000
commitd0f10fced77e525b9b433b03f673ece49505878f (patch)
tree3df78a9f73d55e116172c273afa60899256aa8e6 /.github
parente1dc1d2d48281ed08f52ef6009cadeb86d130ed7 (diff)
Download the artifacts into current dir, that way it doesn't clash with dist.
Diffstat (limited to '.github')
-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: |