"vscode:/vscode.git/clone" did not exist on "9fba10315628d4e93d2975ae9c9a214b9665cc59"
Unverified Commit f1deed21 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

修复生成ISO报错的问题

parent b2d56acc
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set executable permissions - name: Set executable permissions
run: chmod +x ${{ github.workspace }}/x86-64/build.sh run: chmod +x ${{ github.workspace }}/x86-64/build24.sh
- name: Validate PPPoE Inputs - name: Validate PPPoE Inputs
run: | run: |
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
-v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \ -v "${{ github.workspace }}/files:/home/build/immortalwrt/files" \
-v "${{ github.workspace }}/x86-64/imm.config:/home/build/immortalwrt/.config" \ -v "${{ github.workspace }}/x86-64/imm.config:/home/build/immortalwrt/.config" \
-v "${{ github.workspace }}/shell:/home/build/immortalwrt/shell" \ -v "${{ github.workspace }}/shell:/home/build/immortalwrt/shell" \
-v "${{ github.workspace }}/x86-64/24.10/build.sh:/home/build/immortalwrt/build.sh" \ -v "${{ github.workspace }}/x86-64/24.10/build24.sh:/home/build/immortalwrt/build.sh" \
-e PROFILE=$profile \ -e PROFILE=$profile \
-e INCLUDE_DOCKER=$include_docker \ -e INCLUDE_DOCKER=$include_docker \
-e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \ -e ENABLE_PPPOE=${{ inputs.enable_pppoe }} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment