From 851f0d1400b87cf451f4db1e1fa6bed5da997a48 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 29 Jul 2024 11:44:39 +0200 Subject: [PATCH] add LFS ? :D --- .forgejo/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 9420109..1fea610 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -16,6 +16,8 @@ jobs: # your project is available for Godot to export - name: checkout uses: actions/checkout@v3.3.0 + with: + lfs: true - name: export game id: export @@ -37,4 +39,4 @@ jobs: direction: upload release-dir: ${{ steps.export.outputs.archive_directory }} token: ${{ env.GITHUB_TOKEN }} - override: true \ No newline at end of file + release-notes: "New build" \ No newline at end of file