trying to remove rider plugin before CI build
This commit is contained in:
@@ -156,6 +156,11 @@ jobs:
|
||||
- name: Checkout with LFS
|
||||
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
||||
|
||||
- name: Remove problematic addons
|
||||
run: |
|
||||
rm -rf ${{ gitea.workspace }}/addons/gdUnit4
|
||||
rm -rf ${{ gitea.workspace }}/addons/rider-plugin
|
||||
|
||||
- name: Setup Godot
|
||||
id: setup-godot
|
||||
uses: https://git.game-dev.space/minimata/setup-godot.git@main
|
||||
@@ -163,10 +168,6 @@ jobs:
|
||||
godot-version: ${GODOT_VERSION}
|
||||
dotnet-version: ${DOTNET_VERSION}
|
||||
|
||||
- name: Remove GDUnit addon
|
||||
run: |
|
||||
rm -rf ${{ gitea.workspace }}/addons/gdUnit4
|
||||
|
||||
- name: Build Windows
|
||||
run: |
|
||||
mkdir -v -p build/windows
|
||||
@@ -178,7 +179,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3-node20
|
||||
with:
|
||||
name: Windows build
|
||||
path: ${{ github.workspace }}/Windows.zip
|
||||
path: ${{ github.workspace }}/build/windows
|
||||
# - name: Setup Butler
|
||||
# shell: bash
|
||||
# env:
|
||||
|
||||
Reference in New Issue
Block a user