Updated README

This commit is contained in:
VK 2024-04-30 12:17:06 +01:00
parent f759ed7f8f
commit 9594e2987a

View file

@ -37,18 +37,18 @@ jobs:
matrix: matrix:
platform: [linux, windows, mac] platform: [linux, windows, mac]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4.1.4
with: with:
lfs: true lfs: true
- name: Build - name: Build
id: build id: build
uses: manleydev/build-godot-action@v1.4.1 uses: manleydev/build-godot-action@v1.5.0
with: with:
name: example name: example
preset: ${{ matrix.platform }} preset: ${{ matrix.platform }}
debugMode: "true" debugMode: "true"
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: Client - ${{ matrix.platform }} name: Client - ${{ matrix.platform }}
path: ${{ github.workspace }}/${{ steps.build.outputs.build }} path: ${{ github.workspace }}/${{ steps.build.outputs.build }}