Skip to content

Commit

Permalink
Pick right file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stolz committed Sep 26, 2024
1 parent 219824e commit df36636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: rusty-buddy-${{ matrix.target }}
path: target/${{ matrix.target }}/release/rusty-buddy${{ matrix.os == 'windows-latest' && '.exe' || '' }}
path: target/release/rusty-buddy${{ matrix.os == 'windows-latest' && '.exe' || '' }}

0 comments on commit df36636

Please sign in to comment.