Fix generated Windows executables not being uploaded as artifacts

This commit is contained in:
Alejandro González 2023-07-22 15:49:28 +02:00 committed by Josh Holmer
parent 39144da946
commit 5121570add

View file

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