Remove unused glibc upload
This commit is contained in:
7
.github/workflows/hero_build.yml
vendored
7
.github/workflows/hero_build.yml
vendored
@@ -78,13 +78,6 @@ jobs:
|
|||||||
v -w -d use_openssl -enable-globals -cc clang cli/hero.v -o cli/hero-${{ matrix.target }}
|
v -w -d use_openssl -enable-globals -cc clang cli/hero.v -o cli/hero-${{ matrix.target }}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload glibc binary
|
|
||||||
if: runner.os == 'Linux'
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: hero-${{ matrix.target }}
|
|
||||||
path: cli/hero-${{ matrix.target }}
|
|
||||||
|
|
||||||
- name: Upload musl binary
|
- name: Upload musl binary
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user