Skip to content

Commit

Permalink
run bat in cmd from ps
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary committed Mar 29, 2023
1 parent 064e887 commit df2e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: "recursive"
token: ${{ secrets.pat }}
- name: Run Engine Setup
run: call ${{ github.workspace }}/UE5_1_1/Setup.bat
run: cmd.exe /c ${{ github.workspace }}/UE5_1_1/Setup.bat
- name: Build Plugin
run: ${{ github.workspace }}/UE5_1_1/Engine/Build/BatchFiles/RunUAT.bat BuildPlugin -Plugin=${{ github.workspace }}/Plugins/web3Unreal/web3Unreal.uplugin -Package=${{ github.workspace }}/packagedPlugins/5.1.1 -TargetPlatforms=Win64 -unattended -crash -Rocket
- name: Upload Precompiled Plugin
Expand Down

0 comments on commit df2e286

Please sign in to comment.