File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010 packages : write # push images to GHCR
1111
1212env :
13- REGISTRY : ghcr.io/${{ github.repository_owner }}
13+ REGISTRY : ghcr.io/livepeer-frameworks
1414
1515jobs :
1616 build-images :
@@ -127,7 +127,7 @@ jobs:
127127 with :
128128 node-version : ' 20'
129129 cache : ' pnpm'
130- cache-dependency-path : ' ${{ matrix.webapp.context }}/ pnpm-lock.yaml'
130+ cache-dependency-path : ' pnpm-lock.yaml'
131131
132132 - name : Install dependencies
133133 run : |
@@ -227,9 +227,6 @@ jobs:
227227 - goos : darwin
228228 goarch : arm64
229229 ext : " "
230- - goos : windows
231- goarch : amd64
232- ext : " .exe"
233230 steps :
234231 - uses : actions/checkout@v4
235232 - name : Sanitize platform tag to component version
@@ -256,7 +253,7 @@ jobs:
256253 - name : Upload CLI artifacts
257254 uses : actions/upload-artifact@v4
258255 with :
259- name : cli-binaries
256+ name : cli-${{ matrix.goos }}-${{ matrix.goarch }}
260257 path : dist/cli/*
261258
262259 manifest :
@@ -294,8 +291,9 @@ jobs:
294291 - name : Download CLI artifacts
295292 uses : actions/download-artifact@v4
296293 with :
297- name : cli-binaries
294+ pattern : cli-*
298295 path : dist/cli
296+ merge-multiple : true
299297 - name : Download webapp bundle
300298 uses : actions/download-artifact@v4
301299 with :
You can’t perform that action at this time.
0 commit comments