diff options
| -rw-r--r-- | .github/workflows/create_release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 787892587..bfc5d612b 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -100,6 +100,8 @@ jobs: # needs: [bundle-linux, bundle-windows] needs: [bundle-linux] steps: + - uses: actions/checkout@v2 + - name: Download Linux artifacts uses: actions/download-artifact@v1 with: |