Skip to content

Commit

Permalink
Use variables in the Maven Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Aug 19, 2024
1 parent e55782e commit fd34657
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ jobs:
echo RELEASE_FOLDER is ${RELEASE_FOLDER}
ls ${RELEASE_FOLDER}
- name: Check build results
run: find . -type f

- name: Upload build results
uses: actions/[email protected]
run: find . -type f
with:
path: ./icu4j/${RELEASE_FOLDER}/*
retention-days: 1
Expand Down

0 comments on commit fd34657

Please sign in to comment.