Skip to content

Commit

Permalink
specify build artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Jan 29, 2024
1 parent a791327 commit 28a41c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: binary-${{ matrix.target }}
path: path/to/your/binary
path: rust/target/${{ matrix.target }}/release/mesc_cli

publish_release:
needs: build
Expand Down

0 comments on commit 28a41c5

Please sign in to comment.