Skip to content

Commit 246fe7b

Browse files
committed
fixed actions/upload-artifact@v4
1 parent 44b0a57 commit 246fe7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
schedule:
99
- cron: "13 01 * * *"
1010

11+
1112
jobs:
1213
build:
1314
runs-on: ubuntu-latest
@@ -24,6 +25,8 @@ jobs:
2425

2526
- name: Build (Maven)
2627
run: |
28+
echo $HOME
29+
echo $MAVEN_OPTS
2730
java -version
2831
echo "1. Get modules"
2932
./get_modules.sh
@@ -36,4 +39,6 @@ jobs:
3639
with:
3740
name: JMMC-Tools-bin
3841
path: jmmc-tools/bin/
42+
retention-days: 7
43+
overwrite: true
3944

0 commit comments

Comments
 (0)