Skip to content

Commit

Permalink
adding jar as an asset
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 18, 2023
1 parent a3cfbe8 commit b8e92c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
files: ./target/myrobotlab.zip
files: |
./target/myrobotlab.zip
./target/myrobotlab.jar
name: "${{ steps.version.outputs.version }} Nixie"
tag_name: ${{ steps.version.outputs.version }}
generate_release_notes: true
Expand Down

0 comments on commit b8e92c6

Please sign in to comment.