File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -201,10 +201,12 @@ jobs:
201
201
cp {README.md,LICENSE-*,CHANGELOG.md} "$staging/"
202
202
203
203
if [ "${{ matrix.os }}" = "windows-latest" ]; then
204
+ file target/${{ matrix.target }}/release/ein.exe target/${{ matrix.target }}/release/gix.exe
204
205
cp target/${{ matrix.target }}/release/ein.exe target/${{ matrix.target }}/release/gix.exe "$staging/"
205
206
7z a "$staging.zip" "$staging"
206
207
echo "ASSET=$staging.zip" >> $GITHUB_ENV
207
208
else
209
+ file target/${{ matrix.target }}/release/ein target/${{ matrix.target }}/release/gix
208
210
cp target/${{ matrix.target }}/release/ein target/${{ matrix.target }}/release/gix "$staging/"
209
211
tar czf "$staging.tar.gz" "$staging"
210
212
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments