fix: adapt CI/CD for Gitea compatibility
Build / Build (push) Successful in 9m29s
Build and Release / prepare (push) Successful in 1s
Build and Release / build_linux (push) Failing after 43s
Build and Release / build_macos (push) Failing after 11s
Build and Release / build_windows (push) Failing after 14s
Build and Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
Build / Build (push) Successful in 9m29s
Build and Release / prepare (push) Successful in 1s
Build and Release / build_linux (push) Failing after 43s
Build and Release / build_macos (push) Failing after 11s
Build and Release / build_windows (push) Failing after 14s
Build and Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- Replace upload/download-artifact v4 with v3 (v4 not supported on Gitea) - Fix ObjectsPool::allocateNew() usage (returns void, not bool) - Add cmake and build-essential to dependencies - Update release workflow to use softprops/action-gh-release
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
cp C:/Windows/System32/msvcp140.dll packaged/msvcp140.dll
|
||||
mv packaged/VoxelEngine.exe packaged/VoxelCore.exe
|
||||
working-directory: ${{ github.workspace }}
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Windows-Build
|
||||
path: 'packaged/*'
|
||||
|
||||
Reference in New Issue
Block a user