Skip to content

Commit

Permalink
fix the error with 'Permission denied' when clone linux code
Browse files Browse the repository at this point in the history
  • Loading branch information
AirryCo committed Aug 28, 2024
1 parent a993a0d commit 5cf44a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cf44a2

Please sign in to comment.