Skip to content

Switch to v4 upload-artifact as v2 is deprecated #2

Switch to v4 upload-artifact as v2 is deprecated

Switch to v4 upload-artifact as v2 is deprecated #2

Workflow file for this run

name: Build Godot Project
on:
push: {}
pull_request: {}
jobs:
Godot:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [html]
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Build
id: build
uses: manleydev/[email protected]
with:
name: example
preset: ${{ matrix.platform }}
debugMode: "true"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Client - ${{ matrix.platform }}
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}