Skip to content

Commit

Permalink
Fix CI build after upload-artifact change excluding files
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Sep 29, 2024
1 parent e23c449 commit 8e22520
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export_presets.cfg
.scons-cache/
*.os
*.obj
*.o

# SConstruct
.sconf_temp
Expand All @@ -35,4 +36,3 @@ export_presets.cfg
# Editors
.vscode/
.vs/
project/addons/explore-editor-theme/

0 comments on commit 8e22520

Please sign in to comment.