Skip to content

Commit b8e92c6

Browse files
committed
adding jar as an asset
1 parent a3cfbe8 commit b8e92c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
uses: softprops/action-gh-release@v1
4848
with:
4949
token: ${{ secrets.ACCESS_TOKEN }}
50-
files: ./target/myrobotlab.zip
50+
files: |
51+
./target/myrobotlab.zip
52+
./target/myrobotlab.jar
5153
name: "${{ steps.version.outputs.version }} Nixie"
5254
tag_name: ${{ steps.version.outputs.version }}
5355
generate_release_notes: true

0 commit comments

Comments
 (0)