|
@@ -39,23 +39,13 @@ jobs:
|
|
with:
|
|
with:
|
|
node-version: 12.14.1
|
|
node-version: 12.14.1
|
|
|
|
|
|
- - name: Debug
|
|
|
|
- run: |
|
|
|
|
- ls -al
|
|
|
|
- ls /__w
|
|
|
|
-
|
|
|
|
- name: Clone VSCode repo
|
|
- name: Clone VSCode repo
|
|
- run: |
|
|
|
|
- . get_repo.sh
|
|
|
|
- echo "::set-env name=LATEST_MS_TAG::$LATEST_MS_TAG"
|
|
|
|
- echo "::set-env name=LATEST_MS_COMMIT::$LATEST_MS_COMMIT"
|
|
|
|
|
|
+ run: ./get_repo.sh
|
|
|
|
|
|
- name: Check existing VSCodium tags/releases
|
|
- name: Check existing VSCodium tags/releases
|
|
env:
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
- run: |
|
|
|
|
- . check_tags.sh
|
|
|
|
- echo "::set-env name=SHOULD_BUILD::$SHOULD_BUILD"
|
|
|
|
|
|
+ run: ./check_tags.sh
|
|
|
|
|
|
- name: Build
|
|
- name: Build
|
|
env:
|
|
env:
|