fix the error with 'Permission denied' when clone linux code

This commit is contained in:
medusa
2024-08-28 11:35:21 +08:00
parent a993a0d1ee
commit 5cf44a2cf3
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -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