Skip to content

Commit 71eb392

Browse files
committed
Use golem binary artifacts from build workflow instead of v1.4.2 release
Download golem-cli and golem-server from build-golem-binaries workflow artifacts with search_artifacts to find runs that produced binaries.
1 parent 7752751 commit 71eb392

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/skills-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,17 @@ jobs:
9292
workflow: build-golem-binaries.yaml
9393
name: golem-cli
9494
path: /tmp/golem-bin
95+
search_artifacts: true
96+
check_artifacts: true
9597

9698
- name: Download golem-server artifact
9799
uses: dawidd6/action-download-artifact@v6
98100
with:
99101
workflow: build-golem-binaries.yaml
100102
name: golem-server
101103
path: /tmp/golem-bin
104+
search_artifacts: true
105+
check_artifacts: true
102106

103107
- name: Install Golem
104108
run: |

0 commit comments

Comments
 (0)