Skip to content

Commit

Permalink
a little bit more typesafe
Browse files Browse the repository at this point in the history
  • Loading branch information
querdenker2k committed Feb 19, 2025
1 parent 5eb31ff commit 6f32e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots install
- run: mkdir staging && cp target/org.openhab.automation.jrule*SNAPSHOT.jar staging
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: JRule-jar-zipped_build_${{ github.run_id }}
path: staging

0 comments on commit 6f32e06

Please sign in to comment.