Skip to content

Commit

Permalink
fixed actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Oct 3, 2024
1 parent 44b0a57 commit 246fe7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
schedule:
- cron: "13 01 * * *"


jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -24,6 +25,8 @@ jobs:

- name: Build (Maven)
run: |
echo $HOME
echo $MAVEN_OPTS
java -version
echo "1. Get modules"
./get_modules.sh
Expand All @@ -36,4 +39,6 @@ jobs:
with:
name: JMMC-Tools-bin
path: jmmc-tools/bin/
retention-days: 7
overwrite: true

0 comments on commit 246fe7b

Please sign in to comment.