diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 02123289..fc582bd0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -52,6 +52,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: t3d-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }} + include-hidden-files: true path: | ${{ github.workspace }}/project/ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b6f7c3f..04404f86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,6 +103,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: t3d-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }} + include-hidden-files: true path: | ${{ github.workspace }}/project/ diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 44cf1ce6..c304fa9c 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -46,6 +46,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: t3d-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }} + include-hidden-files: true path: | ${{ github.workspace }}/project/ diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6204bfc5..534ac2c2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -48,8 +48,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: t3d-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }} + include-hidden-files: true path: | ${{ github.workspace }}/project/ + ${{ github.workspace }}/project/addons/terrain_3d/brushes/.gdignore merge: runs-on: ubuntu-latest diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1fdb724a..300183a3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -46,6 +46,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: t3d-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }} + include-hidden-files: true path: | ${{ github.workspace }}/project/ diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b0d6d258..ea7e0a5b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -51,6 +51,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: t3d-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.target }} + include-hidden-files: true path: | ${{ github.workspace }}/project/ diff --git a/.gitignore b/.gitignore index e7403a70..6f65a976 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ export_presets.cfg .scons-cache/ *.os *.obj +*.o # SConstruct .sconf_temp @@ -35,4 +36,3 @@ export_presets.cfg # Editors .vscode/ .vs/ -project/addons/explore-editor-theme/