Update uploaded artifacts names

This commit is contained in:
João M. Bezerra 2021-09-17 04:16:33 -03:00
parent afa6db6e93
commit 3ea45e57d8

View File

@ -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: