Skip to content

Commit

Permalink
fix: fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 29, 2023
1 parent 5a94a07 commit bf70c6c
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 @@ -40,6 +40,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.artifact_name }}
file: local_server/target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}

0 comments on commit bf70c6c

Please sign in to comment.