Skip to content

Commit

Permalink
msvc build 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulbhatt committed Jul 11, 2023
1 parent 7959750 commit 62bbdd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: workspace/KeyFlow-windows-x86-executable/KeyFlow-x86.exe
asset_path: workspace/KeyFlow-windows-x86-executable/KeyFlow.exe
asset_name: KeyFlow-x86.exe
asset_content_type: application/octet-stream

Expand All @@ -96,7 +96,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: workspace/KeyFlow-windows-x64-executable/KeyFlow-x64.exe
asset_path: workspace/KeyFlow-windows-x64-executable/KeyFlow.exe
asset_name: KeyFlow-x64.exe
asset_content_type: application/octet-stream

Expand All @@ -106,7 +106,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: workspace/KeyFlow-windows-ARM-executable/KeyFlow-ARM.exe
asset_path: workspace/KeyFlow-windows-ARM-executable/KeyFlow.exe
asset_name: KeyFlow-ARM.exe
asset_content_type: application/octet-stream

Expand All @@ -116,6 +116,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: workspace/KeyFlow-windows-ARM64-executable/KeyFlow-ARM64.exe
asset_path: workspace/KeyFlow-windows-ARM64-executable/KeyFlow.exe
asset_name: KeyFlow-ARM64.exe
asset_content_type: application/octet-stream

0 comments on commit 62bbdd4

Please sign in to comment.