mirror of https://github.com/Nonannet/copapy.git
CI: Fixed creation of x86_64 docs on stencils and example asm code
This commit is contained in:
parent
f5c88bb34d
commit
c2a5fe26a8
|
|
@ -121,7 +121,7 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
if: strategy.job-index == 0
|
if: strategy.job-index == 0
|
||||||
with:
|
with:
|
||||||
name: runner-linux
|
name: runner-linux-x86_64
|
||||||
path: build/runner/*
|
path: build/runner/*
|
||||||
|
|
||||||
build-arm64:
|
build-arm64:
|
||||||
|
|
@ -290,7 +290,7 @@ jobs:
|
||||||
mkdir -p release
|
mkdir -p release
|
||||||
cp tmp/stencil-object-files/* release/
|
cp tmp/stencil-object-files/* release/
|
||||||
cp tmp/musl-object-files/* release/
|
cp tmp/musl-object-files/* release/
|
||||||
cp tmp/runner-linux/coparun release/
|
cp tmp/runner-linux-x86_64/coparun release/
|
||||||
cp tmp/runner-linux-arm64/coparun release/coparun-aarch64
|
cp tmp/runner-linux-arm64/coparun release/coparun-aarch64
|
||||||
cp tmp/runner-linux-armv6/coparun release/coparun-armv6
|
cp tmp/runner-linux-armv6/coparun release/coparun-armv6
|
||||||
cp tmp/runner-linux-armv7/coparun release/coparun-armv7
|
cp tmp/runner-linux-armv7/coparun release/coparun-armv7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue