mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
CI: don't upload unused artifacts
Just upload artifacts that are supported by the installer
This commit is contained in:
parent
30733662bf
commit
97825b8ad5
40
.github/workflows/build.yml
vendored
40
.github/workflows/build.yml
vendored
@ -36,11 +36,11 @@ jobs:
|
|||||||
- name: Strip binary
|
- name: Strip binary
|
||||||
run: aarch64-linux-gnu-strip target/aarch64-unknown-linux-gnu/release/ouch
|
run: aarch64-linux-gnu-strip target/aarch64-unknown-linux-gnu/release/ouch
|
||||||
|
|
||||||
- name: Upload binary
|
# - name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: 'ouch-aarch64-linux-gnu'
|
# name: 'ouch-aarch64-linux-gnu'
|
||||||
path: target/aarch64-unknown-linux-gnu/release/ouch
|
# path: target/aarch64-unknown-linux-gnu/release/ouch
|
||||||
|
|
||||||
|
|
||||||
armv7-glibc:
|
armv7-glibc:
|
||||||
@ -75,11 +75,11 @@ jobs:
|
|||||||
- name: Strip binary
|
- name: Strip binary
|
||||||
run: arm-none-eabi-strip target/armv7-unknown-linux-gnueabihf/release/ouch
|
run: arm-none-eabi-strip target/armv7-unknown-linux-gnueabihf/release/ouch
|
||||||
|
|
||||||
- name: Upload binary
|
# - name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: 'ouch-armv7-linux-gnueabihf'
|
# name: 'ouch-armv7-linux-gnueabihf'
|
||||||
path: target/armv7-unknown-linux-gnueabihf/release/ouch
|
# path: target/armv7-unknown-linux-gnueabihf/release/ouch
|
||||||
|
|
||||||
|
|
||||||
x86_64_musl:
|
x86_64_musl:
|
||||||
@ -159,11 +159,11 @@ jobs:
|
|||||||
- name: Strip binary
|
- name: Strip binary
|
||||||
run: strip target/release/ouch
|
run: strip target/release/ouch
|
||||||
|
|
||||||
- name: Upload binary
|
# - name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: 'ouch-x86_64-linux-gnu'
|
# name: 'ouch-x86_64-linux-gnu'
|
||||||
path: target/release/ouch
|
# path: target/release/ouch
|
||||||
|
|
||||||
|
|
||||||
x86_64_macos:
|
x86_64_macos:
|
||||||
@ -270,8 +270,8 @@ jobs:
|
|||||||
command: test
|
command: test
|
||||||
args: --release --target x86_64-pc-windows-gnu
|
args: --release --target x86_64-pc-windows-gnu
|
||||||
|
|
||||||
- name: Upload binary
|
# - name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: 'ouch-x86_64-pc-windows-gnu'
|
# name: 'ouch-x86_64-pc-windows-gnu'
|
||||||
path: target\x86_64-pc-windows-gnu\release\ouch.exe
|
# path: target\x86_64-pc-windows-gnu\release\ouch.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user