Appending test 2

This commit is contained in:
Core 2022-08-03 20:20:55 +01:00
parent 310db526a5
commit b4b32f9e2c
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -100,17 +100,19 @@ jobs:
- name: Upload Artifacts to Latest Release
uses: softprops/action-gh-release@v1
env:
GITHUB_REPOSITORY: ciderapp/cider-releases
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repository: ciderapp/cider-releases
token: ${{ secrets.GITHUB_TOKEN }}
append_body: false
body: Full changelog available [here](https://github.com/ciderapp/Cider/compare/stable...main)
files: |
dist/*.dmg
dist/*.pkg
dist/latest-mac.yml
name: Cider Version ${{ env.APP_VERSION }} (${{ env.GITHUB_REF_NAME }})
tag_name: v${{ env.APP_VERSION }}
title: Cider Version ${{ env.APP_VERSION }} (${{ env.GITHUB_REF_NAME }})
body: Full changelog available [here](https://github.com/ciderapp/Cider/compare/stable...main)
repository: ciderapp/cider-releases
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_REPOSITORY: ciderapp/cider-releases
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}