Skip to content

Commit

Permalink
Try to use maven cache
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Mar 30, 2023
1 parent c94d9a8 commit b4d0507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots install
- run: mkdir staging && cp target/org.openhab.automation.jrule*SNAPSHOT.jar staging
- run: echo "JRule-jar-zipped_branch_$GITHUB_REF_NAME"
- uses: actions/upload-artifact@v3
with:
name: JRule-jar-zipped_branch_${{ env.GITHUB_REF_NAME }}
name: JRule-jar-zipped_branch_${{ github.ref_name }}
path: staging

0 comments on commit b4d0507

Please sign in to comment.