diff options
author | 2023-03-17 17:18:57 +0100 | |
---|---|---|
committer | 2023-03-17 17:18:57 +0100 | |
commit | 423831af8cfef5be4a742c4dbfb30c30d1ff3ec4 (patch) | |
tree | 0f7b8995d1a12774a4d72e2946ea5ab18c9b03bd /.github | |
parent | improve CI (diff) |
We need to checkout to be able to push
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ca7938c..25085d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -119,6 +119,7 @@ jobs: needs: - create_github_release steps: + - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: name: build |