Skip to content

Commit

Permalink
github actions settings 16
Browse files Browse the repository at this point in the history
  • Loading branch information
erayzesen committed Dec 22, 2024
1 parent 2f1bd7f commit ad4ac9d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ jobs:
arch: ${{ matrix.arch }}
float-precision: ${{ matrix.float-precision }}
build-target-type: ${{ matrix.target-type }}


# Sign
- name: Mac Sign
Expand Down Expand Up @@ -315,12 +316,11 @@ jobs:
# Merges all the build artifacts together into a single godot-cpp-template artifact.
# If you comment out this step, all the builds will be uploaded individually.
merge:
runs-on: ubuntu-20.04
needs: build
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: godot-cpp-template
pattern: godot-cpp-template-*
delete-merged: true
runs-on: ubuntu-20.04
needs: build
steps:
- name: Upload project directory as artifact
uses: actions/upload-artifact@v4
with:
name: godot-quarkphysics
path: ${{ github.workspace }}/project/

0 comments on commit ad4ac9d

Please sign in to comment.