Skip to content

Commit

Permalink
fix: rewrite build.py into release.py
Browse files Browse the repository at this point in the history
- fix the outstanding bugs
- rename as "build.py" sounds like it builds which it doesn't
  • Loading branch information
Buckminsterfullerene02 committed May 31, 2024
1 parent dfd715d commit 162b81c
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
xmake build
- name: Package
run: python tools/buildscripts/build.py package -e
run: python tools/buildscripts/release.py package -e

- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
xmake build
- name: Package
run: python tools/buildscripts/build.py package
run: python tools/buildscripts/release.py package

- name: Push changes
uses: ad-m/github-push-action@master
Expand Down
2 changes: 1 addition & 1 deletion assets/UE4SS-settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LoadAllAssetsBeforeGeneratingCXXHeaders = 0
IgnoreAllCoreEngineModules = 0

; Whether to skip generating the "Engine" and "CoreUObject" packages
; Default: 1
; Default: 0
IgnoreEngineAndCoreUObject = 0

; Whether to force all UFUNCTION macros to have "BlueprintCallable"
Expand Down
278 changes: 0 additions & 278 deletions tools/buildscripts/build.py

This file was deleted.

Loading

0 comments on commit 162b81c

Please sign in to comment.