Skip to content

Commit

Permalink
Merge pull request #904 from ebocher/fix_github_actions
Browse files Browse the repository at this point in the history
Fix  snapshot action
  • Loading branch information
ebocher authored Jan 9, 2024
2 parents 9b13b3f + 22a7575 commit 9084906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Build jar with dependencies
- name: Build jar with dependencies
run: mvn package -pl geoclimate
run: mvn package -pl geoclimate-cli

# Export the last git tag into env.
- name: Export env values
Expand All @@ -71,4 +71,4 @@ jobs:
with:
name: geoclimate-${{ env.VERSION }}
path: |
geoclimate/target/geoclimate-*.*.*-SNAPSHOT.jar
geoclimate-cli/target/geoclimate-*.*.*-SNAPSHOT.jar

0 comments on commit 9084906

Please sign in to comment.