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