Skip to content

Commit

Permalink
Fix up paths for the upload part of iOS building
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftwareGuy committed Apr 29, 2021
1 parent 0d2e714 commit 52e7778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.create_release_url }}
asset_path: ${{ runner.workspace }}/AutoBuild/Binaries/libenet-combo-iOS.zip
asset_path: ${{ runner.workspace }}/ENet-CSharp/AutoBuild/Binaries/libenet-combo-iOS.zip
asset_name: libenet-combo-iOS.zip
asset_content_type: application/zip

Expand Down

0 comments on commit 52e7778

Please sign in to comment.