Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge into separate directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Oct 28, 2024
1 parent 4cc99d0 commit 2f2031b
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,17 @@ jobs:
--ci-only-on-alert \
--file results.json \
"hyperfine --show-output --runs 1 --export-json results.json 'just $PLATFORM_ARGS && just build-platform-target ${{ matrix.platform }} ${{ matrix.target }}'"
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.platform }}-${{ matrix.target }}
path: godot/bin/*
- name: Upload TPZ File
uses: actions/upload-artifact@v4
with:
name: Godot-${{ matrix.platform }}-${{ matrix.target }}.tpz
path: tpz
- name: Fetch dependencies and Build Platform Target
run: |
cp -rf godot/bin ${{ matrix.target }}
- name: Upload Godot Editor Files
- name: Upload Godot Files
uses: actions/upload-artifact@v4
with:
name: Godot-${{ matrix.platform }}-${{ matrix.target }}
path: editor
name: ${{ matrix.platform }}-${{ matrix.target }}
path: |
${{ matrix.target }}
merge:
runs-on: ubuntu-latest
Expand All @@ -124,4 +118,5 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: v-sekai-world
separate-directories: true
delete-merged: true

0 comments on commit 2f2031b

Please sign in to comment.