Skip to content

Commit

Permalink
CI: grab binary from release subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 2, 2024
1 parent 270aaf9 commit ef1e49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}-${{ matrix.platform.target }}
path: |
target/${{ matrix.platform.target }}/debug/${{ env.PROJECT_NAME }}
target/${{ matrix.platform.target }}/debug/${{ env.PROJECT_NAME }}.exe
target/${{ matrix.platform.target }}/release/${{ env.PROJECT_NAME }}
target/${{ matrix.platform.target }}/release/${{ env.PROJECT_NAME }}.exe

0 comments on commit ef1e49b

Please sign in to comment.