Finalizing workflows
This commit is contained in:
@@ -17,16 +17,10 @@ env:
|
||||
jobs:
|
||||
Export:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install node, xvfb, curl and zip
|
||||
- name: Install node, xvfb and curl
|
||||
run: |
|
||||
apt update && apt -y install curl zip nodejs xvfb
|
||||
|
||||
# - name: Checkout with LFS
|
||||
# uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
||||
# with:
|
||||
# checkout-version: 3
|
||||
apt update && apt -y install curl nodejs xvfb
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
@@ -42,11 +36,6 @@ jobs:
|
||||
git config -f $AUTH_FILE --unset http.${{ gitea.server_url }}/.extraheader
|
||||
git config -f $AUTH_FILE http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||
git lfs pull
|
||||
|
||||
# - name: Setup dotnet
|
||||
# uses: actions/setup-dotnet@v5
|
||||
# with:
|
||||
# dotnet-version: '9.0.x'
|
||||
|
||||
- name: Launch Godot
|
||||
uses: godot-gdunit-labs/gdUnit4-action@v1
|
||||
@@ -69,9 +58,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v3-node20
|
||||
with:
|
||||
name: Test Report
|
||||
path: ${{ github.workspace }}/reports/test-result.html
|
||||
|
||||
- name: Build Windows
|
||||
run: |
|
||||
mkdir -v -p build/windows
|
||||
/home/runner/godot-linux/godot --headless --verbose --build-solutions --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
|
||||
path: ${{ github.workspace }}/reports/test-result.html
|
||||
Reference in New Issue
Block a user