Skip to content

Commit e8bba17

Browse files
committed
Use committed bin
1 parent 5e57c6b commit e8bba17

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-westend.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
echo "RELEASE_BIN_FILENAME=${{matrix.release-file-name-prefix}}.${{matrix.arch}}" >> $GITHUB_ENV
3434
- name: Check Out Repo
3535
uses: actions/checkout@v4
36-
- name: Extract and List Downloaded Binaries
37-
run: |
38-
download_dir=${{steps.download-binaries.outputs.download-path}}
39-
mv "${download_dir}"/artifacts*/* "${download_dir}"
40-
echo "Download dir: $download_dir"
41-
echo "Downloaded binaries: $(ls -l $download_dir)"
4236
- name: Move Binary to Target Dir
4337
run: |
4438
mkdir -p ${{env.BIN_DIR}}

0 commit comments

Comments
 (0)