From 2a5b0c800ed2224076cd720424813d0e899bbf5c 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 9420109..c22ba05 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -16,6 +16,7 @@ jobs: # your project is available for Godot to export - name: checkout uses: actions/checkout@v3.3.0 + lfs: true - name: export game id: export @@ -37,4 +38,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