Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EclipsedMango committed Jun 18, 2024
2 parents 679cb8b + db21f76 commit 5d8121f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build Project

on:
push: {}
pull_request: {}

jobs:
Godot:
runs-on: ubuntu-latest
strategy:
matrix:
platform: ["linux", "windows"]
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Build
id: build
uses: manleydev/build-godot-action@v1.5.0
with:
name: Ancraophobia
preset: ${{ matrix.platform }}
debugMode: "true"
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Client - ${{ matrix.platform }}
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}

0 comments on commit 5d8121f

Please sign in to comment.