Skip to content

Commit cdae8ca

Browse files
committed
fix
1 parent fd364cb commit cdae8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: microsoft/setup-msbuild@v1
3030

3131
- name: Build project
32-
run: msbuild "$GITHUB_WORKSPACE\MinecraftClient.sln"
32+
run: msbuild "MinecraftClient.sln"
3333

3434
- name: Create Release
3535
id: create_release
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/upload-release-asset@v1
4646
with:
4747
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
48-
asset_path: $GITHUB_WORKSPACE/MinecraftClient/bin/Release/MinecraftClient.exe
48+
asset_path: MinecraftClient/bin/Release/MinecraftClient.exe
4949
asset_name: MinecraftClient.exe
5050
asset_content_type: application/vnd.microsoft.portable-executable
5151

0 commit comments

Comments
 (0)