We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56659b commit 4c307e0Copy full SHA for 4c307e0
.github/workflows/release.yaml
@@ -111,7 +111,7 @@ jobs:
111
- name: Build ${{ matrix.package }} package in Docker
112
run: |
113
docker run --pull=always --rm \
114
- -v $(pwd)/build-${{ matrix.package }}:/${{ matrix.package }} \
+ -v $(pwd)/build-${{ matrix.package }}:/workspace \
115
-e COREPACK_INTEGRITY_KEYS=0 \
116
-e INCLUDE_GUI=1 \
117
yuezk/gpdev:${{ matrix.package }}-builder-tauri2
@@ -120,7 +120,7 @@ jobs:
120
121
122
123
124
yuezk/gpdev:${{ matrix.package }}-builder-tauri2 \
125
bash install.sh
126
0 commit comments