parent
f894d69aca
commit
1133b732c7
|
@ -28,19 +28,19 @@ jobs:
|
||||||
./bundle.sh
|
./bundle.sh
|
||||||
|
|
||||||
- name: Upload app tarball to release
|
- name: Upload app tarball to release
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
id: attach_to_release
|
id: attach_to_release
|
||||||
with:
|
with:
|
||||||
file: memories.tar.gz
|
file: memories.tar.gz
|
||||||
asset_name: memories.tar.gz
|
asset_name: memories.tar.gz
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
- name: Upload app to Nextcloud appstore
|
- name: Upload app to Nextcloud appstore
|
||||||
uses: R0Wi/nextcloud-appstore-push-action@v1
|
uses: R0Wi/nextcloud-appstore-push-action@v1
|
||||||
with:
|
with:
|
||||||
app_name: ${{ env.APP_NAME }}
|
app_name: ${{ env.APP_NAME }}
|
||||||
appstore_token: ${{ secrets.APPSTORE_TOKEN }}
|
appstore_token: ${{ secrets.APPSTORE_TOKEN }}
|
||||||
download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}
|
download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}
|
||||||
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
nightly: ${{ github.event.release.prerelease }}
|
nightly: ${{ github.event.release.prerelease }}
|
|
@ -32,7 +32,7 @@ The exact steps depend on your Nextcloud platform. If you use Docker for your Ne
|
||||||
- **MacOS**: `brew install exiftool`
|
- **MacOS**: `brew install exiftool`
|
||||||
- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`
|
- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>1.1.1-b</version>
|
<version>1.1.1-c</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="radialapps@gmail.com" >Varun Patil</author>
|
<author mail="radialapps@gmail.com" >Varun Patil</author>
|
||||||
<website>https://github.com/pulsejet/memories</website>
|
<website>https://github.com/pulsejet/memories</website>
|
||||||
|
|
Loading…
Reference in New Issue