fix the error with 'Permission denied' when clone linux code
This commit is contained in:
2
.github/workflows/build-nightly-cron.yaml
vendored
2
.github/workflows/build-nightly-cron.yaml
vendored
@@ -186,7 +186,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OUTPUT_DIR: spt-server
|
||||
SOURCECODE_DIR: /code
|
||||
SOURCECODE_DIR: ${{ github.workspace }}/code
|
||||
outputs:
|
||||
LINUX_COMMIT_ID: ${{ steps.debug-info.outputs.COMMIT_ID }}
|
||||
LINUX_ARTIFACT: ${{ steps.filename.outputs.LINUX_ARTIFACT }}
|
||||
|
||||
2
.github/workflows/build-nightly-manual.yaml
vendored
2
.github/workflows/build-nightly-manual.yaml
vendored
@@ -128,7 +128,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OUTPUT_DIR: spt-server
|
||||
SOURCECODE_DIR: /code
|
||||
SOURCECODE_DIR: ${{ github.workspace }}/code
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user