Skip to content

Commit

Permalink
upload build wf
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Oct 3, 2023
1 parent 7d30c26 commit 9e71ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
sudo apt-get update -y && \
sudo apt-get install -y --no-install-recommends \
cmake \
clang \
g++ \
libsasl2-dev \
libssl-dev \
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: ${{ env.REPOSITORY }}-${{ matrix.target }}
path: ./target/release/${{ env.REPOSITORY }}${{ matrix.suffix }}
path: ./target/${{ matrix.target}}/${{ env.REPOSITORY }}${{ matrix.suffix }}
release:
needs:
- build
Expand Down

0 comments on commit 9e71ca6

Please sign in to comment.