Skip to content

Commit

Permalink
build: add matrix.target to artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 1, 2024
1 parent 5185017 commit 618f044
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
env:
PROJECT_NAME: autocrap
CARGO_BUILD_TARGET: ${{ matrix.target }}
CARGO_PROFILE_DEV_DEBUG: 1
CARGO_TERM_COLOR: always
MACOSX_DEPLOYMENT_TARGET: 10.12

Expand Down Expand Up @@ -79,4 +78,4 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}-${{ matrix.target }}
path: |
target/debug/${{ env.PROJECT_NAME }}
target/${{ matrix.target }}/debug/${{ env.PROJECT_NAME }}

0 comments on commit 618f044

Please sign in to comment.