diff options
-rw-r--r-- | .github/workflows/main.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7e21b606..c784cbbe 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -60,8 +60,7 @@ jobs: # Download corresponding binary artifact for the platform - name: Create server directory - run: | - mkdir -p ~/.continue/server/exe + run: mkdir -p ~/.continue/server/exe - name: Download Linux build uses: actions/download-artifact@v2 |