mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
ci: fix artifacts
This commit is contained in:
parent
83b1131fda
commit
29791461f4
12
.github/workflows/build-and-test.yml
vendored
12
.github/workflows/build-and-test.yml
vendored
@ -91,18 +91,14 @@ jobs:
|
|||||||
OUCH_ARTIFACTS_FOLDER: artifacts
|
OUCH_ARTIFACTS_FOLDER: artifacts
|
||||||
RUSTFLAGS: -C strip=symbols
|
RUSTFLAGS: -C strip=symbols
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ouch-${{ matrix.target }}${{ matrix.ext }}
|
name: ouch-${{ matrix.target }}${{ matrix.ext }}
|
||||||
path: target/${{ matrix.target }}/release/ouch${{ matrix.ext }}
|
path: |
|
||||||
|
target/${{ matrix.target }}/release/ouch${{ matrix.ext }}
|
||||||
|
artifacts/
|
||||||
|
|
||||||
- name: Upload artifacts (musl)
|
|
||||||
if: matrix.target == 'x86_64-unknown-linux-musl'
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: artifacts
|
|
||||||
path: artifacts
|
|
||||||
|
|
||||||
clippy-rustfmt:
|
clippy-rustfmt:
|
||||||
name: clippy-rustfmt
|
name: clippy-rustfmt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user