mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Update uploaded artifacts names
This commit is contained in:
parent
afa6db6e93
commit
3ea45e57d8
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: 'ouch-aarch64-unknown-linux-gnu'
|
||||
name: 'ouch-aarch64-linux-gnu'
|
||||
path: target/aarch64-unknown-linux-gnu/release/ouch
|
||||
|
||||
armv7-glibc:
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: 'ouch-armv7-unknown-linux-gnueabihf'
|
||||
name: 'ouch-armv7-linux-gnueabihf'
|
||||
path: target/armv7-unknown-linux-gnueabihf/release/ouch
|
||||
|
||||
x86_64_musl:
|
||||
@ -120,7 +120,7 @@ jobs:
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: 'ouch-x86_64-unknown-linux-musl'
|
||||
name: 'ouch-x86_64-linux-musl'
|
||||
path: target/x86_64-unknown-linux-musl/release/ouch
|
||||
|
||||
|
||||
@ -159,7 +159,7 @@ jobs:
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: 'ouch-x86_64-unknown-linux-gnu'
|
||||
name: 'ouch-x86_64-linux-gnu'
|
||||
path: target/release/ouch
|
||||
|
||||
macos:
|
||||
|
Loading…
x
Reference in New Issue
Block a user