Skip to content

Commit

Permalink
fix: artifact path for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Metratrj committed May 28, 2024
1 parent 417ec18 commit a06786d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: actions/upload-artifact@v4.3.3
with:
name: bins-${{ matrix.build }}
path: dist
path: api/dist

publish:
name: Publish
Expand Down

0 comments on commit a06786d

Please sign in to comment.