Skip to content

Commit b6e9979

Browse files
committed
Github workflow: store maven.log
1 parent 7ce41d2 commit b6e9979

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ jobs:
8989
shell: cmd
9090
run: engine\\assembly\\make.exe exe
9191

92+
- name: Store maven.log
93+
if: ${{ always() }}
94+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+
with:
96+
name: "maven-${{matrix.os}}.log"
97+
path: engine/maven.log
98+
9299
- name: Upload the DMG
93100
if: ${{ matrix.os == 'macos-latest' }}
94101
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)