Skip to content

Commit

Permalink
42
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciberusps committed Oct 24, 2024
1 parent 7237001 commit c5c43d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
run: |
echo "Running Script"
mkdir -p "Result"
mkdir -p "/work/Result"
test -e "./Engine/Build/BatchFiles/RunUAT.sh" && echo file exists || echo file not found
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="/work/Result""
"./Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="./Result""
# - name: Build Plugins (UHL)
# shell: sh
# run: |
Expand Down

0 comments on commit c5c43d6

Please sign in to comment.