Skip to content

Commit 390dbe3

Browse files
committed
fix based on the comments
Signed-off-by: Manoj Kumar Yadav <[email protected]>
1 parent 1928c61 commit 390dbe3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/CreateRelease.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
[
8484
build-rust-ubuntu,
8585
build-rust-windows,
86-
build-guest-binaries,
8786
benchmarks,
8887
]
8988

@@ -117,16 +116,6 @@ jobs:
117116
echo "HYPERLIGHT_VERSION=$version" >> $GITHUB_ENV
118117
echo "HYPERLIGHT_VERSION=$version"
119118
120-
- name: Download Guest Binaries
121-
uses: actions/download-artifact@v4
122-
with:
123-
name: guest-binaries-${{ env.CONFIG }}
124-
path: ./downloaded-guest-binaries-${{ env.CONFIG }}
125-
126-
- name: Copy Guest Binaries
127-
run: |
128-
cp ./downloaded-guest-binaries-${{ env.CONFIG }}/* ./src/tests/rust_guests/bin/${{ env.CONFIG }}/
129-
130119
- name: Build and archive guest library + header files
131120
run: |
132121
just tar-headers

0 commit comments

Comments
 (0)