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 1928c61 commit 390dbe3Copy full SHA for 390dbe3
.github/workflows/CreateRelease.yml
@@ -83,7 +83,6 @@ jobs:
83
[
84
build-rust-ubuntu,
85
build-rust-windows,
86
- build-guest-binaries,
87
benchmarks,
88
]
89
@@ -117,16 +116,6 @@ jobs:
117
116
echo "HYPERLIGHT_VERSION=$version" >> $GITHUB_ENV
118
echo "HYPERLIGHT_VERSION=$version"
119
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
130
- name: Build and archive guest library + header files
131
run: |
132
just tar-headers
0 commit comments