Skip to content

Commit

Permalink
fin
Browse files Browse the repository at this point in the history
  • Loading branch information
kodai100 committed Jun 21, 2021
1 parent 04b4e01 commit 9cb8887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RepulserEngineBuildWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{secrets.INSTALLER_PATH}}\RepulserEngine_v${{ steps.get_version.outputs.TAG }}_Setup.exe
asset_path: ${{secrets.INSTALLER_DIR}}\RepulserEngine_v${{ steps.get_version.outputs.TAG }}_Setup.exe
asset_name: RepulserEngine_v${{ steps.get_version.outputs.TAG }}_Setup.exe
asset_content_type: application/exe

0 comments on commit 9cb8887

Please sign in to comment.