We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61cd12 commit 005ed87Copy full SHA for 005ed87
2 files changed
.github/workflows/build-commit.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v1
9
10
- name: Build code-server Binary
11
- run: scripts/ci.bash
+ run: bash ./scripts/ci.bash
12
env:
13
VERSION: master
14
VSCODE_VERSION: '1.38.1'
.github/workflows/build-release.yml
@@ -11,7 +11,7 @@ jobs:
15
16
MAJOR_VERSION: '2'
17
VERSION: '${MAJOR_VERSION}.${GITHUB_SHA}'
0 commit comments