summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-01 14:21:54 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-01 14:21:54 -0700
commitc45c2a9445c17f5ddae2945c087d445159be4ed4 (patch)
treef9b40ff6c54aa74598adf9110547e43aa040056c /.github
parentcb9144a0af7d09309a1997643f14167bb4800692 (diff)
downloadsncontinue-c45c2a9445c17f5ddae2945c087d445159be4ed4.tar.gz
sncontinue-c45c2a9445c17f5ddae2945c087d445159be4ed4.tar.bz2
sncontinue-c45c2a9445c17f5ddae2945c087d445159be4ed4.zip
fix syntax
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml3
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