Skip to content

Commit 4c307e0

Browse files
committed
fix: update Docker volume paths in build steps
1 parent b56659b commit 4c307e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build ${{ matrix.package }} package in Docker
112112
run: |
113113
docker run --pull=always --rm \
114-
-v $(pwd)/build-${{ matrix.package }}:/${{ matrix.package }} \
114+
-v $(pwd)/build-${{ matrix.package }}:/workspace \
115115
-e COREPACK_INTEGRITY_KEYS=0 \
116116
-e INCLUDE_GUI=1 \
117117
yuezk/gpdev:${{ matrix.package }}-builder-tauri2
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
docker run --pull=always --rm \
122122
-e COREPACK_INTEGRITY_KEYS=0 \
123-
-v $(pwd)/build-${{ matrix.package }}:/${{ matrix.package }} \
123+
-v $(pwd)/build-${{ matrix.package }}:/workspace \
124124
yuezk/gpdev:${{ matrix.package }}-builder-tauri2 \
125125
bash install.sh
126126

0 commit comments

Comments
 (0)