Skip to content

Commit c258738

Browse files
committed
fix another path
1 parent f8ab262 commit c258738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
upload_url: ${{ steps.create_release.outputs.upload_url }}
42-
asset_path: ./git-project.linux.64bit
42+
asset_path: ./cmd/git-project/git-project.linux.64bit
4343
asset_name: git-project.linux.64bit
4444
asset_content_type: application/x-binary
4545
- name: Upload mac binary
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
5151
upload_url: ${{ steps.create_release.outputs.upload_url }}
52-
asset_path: ./git-project.mac.64bit
52+
asset_path: ./cmd/git-project/git-project.mac.64bit
5353
asset_name: git-project.mac.64bit
5454
asset_content_type: application/x-binary
5555
- name: Upload windows binary
@@ -59,7 +59,7 @@ jobs:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
with:
6161
upload_url: ${{ steps.create_release.outputs.upload_url }}
62-
asset_path: ./git-project.windows.64bit
62+
asset_path: ./cmd/git-project/git-project.windows.64bit
6363
asset_name: git-project.windows.64bit
6464
asset_content_type: application/x-binary
6565

0 commit comments

Comments
 (0)