Skip to content

Commit

Permalink
win64
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciberusps committed Oct 24, 2024
1 parent 173932f commit 3949c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
test -e "/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" && echo file exists || echo file not found
test -e "/work/Result" && echo file exists || echo file not found
test -e "Result" && echo file exists || echo file not found
./Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="./Result"
./Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="./Result" -platform=Win64
# - name: Build Plugins (UHL)
# shell: sh
# run: |
Expand Down

0 comments on commit 3949c78

Please sign in to comment.