Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-12-17 16:41:30 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-12-17 16:41:30 +0300
commit540cff7aa6d51cdad25c50857a4c3f523368cd33 (patch)
tree1e2e13bc28fdb2553b63b09ccb5c580c72dcf261 /.github
parentbd335d0124a25e6a344e038146d7568d7efc1f5f (diff)
From now on, use Outcome master branch. Also, a few more small fixes to path_view reference implementation to better match the WG21 proposal.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/make_release.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml
index 1ea51e7e..34ecd80b 100644
--- a/.github/workflows/make_release.yml
+++ b/.github/workflows/make_release.yml
@@ -25,6 +25,11 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ - name: Sleep until all binaries get uploaded
+ shell: bash
+ run: |
+ sleep 60
+
- name: Download Linux artifacts
uses: dawidd6/action-download-artifact@v2
if: steps.waitforstatuschecks.outputs.status == 'success'