-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release task #113
Release task #113
Conversation
Now it works.... |
VERSION: ${{ github.ref }} | ||
- run: | | ||
assetsAAR=$(find . -name *release.aar | while read -r asset ; do echo "-a $asset" ; done) | ||
hub release create ${assetsAAR} -m ${{steps.tagger.outputs.tag}} ${{steps.tagger.outputs.tag}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this that will attach the artifact to the release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
@@ -1,7 +1,6 @@ | |||
# ipcam-view ![ipcam-view](images/logo.png) | |||
|
|||
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ipcam--view-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/3358) | |||
[![Download](https://api.bintray.com/packages/niqdev/maven/mjpeg-view/images/download.svg)](https://bintray.com/niqdev/maven/mjpeg-view/_latestVersion) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you going to add JitPack in a different PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's less work, when you do it. You have the power to edit README.md
directly
Please add this info https://jitpack.io/#niqdev/ipcam-view/v1.6.0
This is the batch
[![](https://jitpack.io/v/niqdev/ipcam-view.svg)](https://jitpack.io/#niqdev/ipcam-view)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup, I'll take care of that
Adding just a note in case I'll come back to this. It works only by pushing tags, if you create a release from the ui it will fail with
See https://github.com/niqdev/ipcam-view/actions/runs/697292886 |
Of course it wlll fail ! |
No description provided.