Fix generated Windows executables not being uploaded as artifacts
This commit is contained in:
parent
39144da946
commit
5121570add
1 changed files with 3 additions and 1 deletions
4
.github/workflows/oxipng.yml
vendored
4
.github/workflows/oxipng.yml
vendored
|
|
@ -139,7 +139,9 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Oxipng binary (${{ matrix.target }})
|
name: Oxipng binary (${{ matrix.target }})
|
||||||
path: target/${{ env.CARGO_BUILD_TARGET }}/release/oxipng
|
path: |
|
||||||
|
target/${{ env.CARGO_BUILD_TARGET }}/release/oxipng
|
||||||
|
target/${{ env.CARGO_BUILD_TARGET }}/release/oxipng.exe
|
||||||
|
|
||||||
msrv-check:
|
msrv-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue