Skip to content

Commit

Permalink
github actions settings 17
Browse files Browse the repository at this point in the history
  • Loading branch information
erayzesen committed Dec 22, 2024
1 parent ad4ac9d commit aab990e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,12 @@ 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: Upload project directory as artifact
uses: actions/upload-artifact@v4
with:
name: godot-quarkphysics
path: ${{ github.workspace }}/project/
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/
delete-merged: true

0 comments on commit aab990e

Please sign in to comment.