Appending test 2
This commit is contained in:
parent
310db526a5
commit
b4b32f9e2c
1 changed files with 10 additions and 8 deletions
18
.github/workflows/build-macos.yml
vendored
18
.github/workflows/build-macos.yml
vendored
|
@ -100,17 +100,19 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Artifacts to Latest Release
|
- name: Upload Artifacts to Latest Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
env:
|
|
||||||
GITHUB_REPOSITORY: ciderapp/cider-releases
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
repository: ciderapp/cider-releases
|
body: Full changelog available [here](https://github.com/ciderapp/Cider/compare/stable...main)
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
append_body: false
|
|
||||||
files: |
|
files: |
|
||||||
dist/*.dmg
|
dist/*.dmg
|
||||||
dist/*.pkg
|
dist/*.pkg
|
||||||
dist/latest-mac.yml
|
dist/latest-mac.yml
|
||||||
|
name: Cider Version ${{ env.APP_VERSION }} (${{ env.GITHUB_REF_NAME }})
|
||||||
tag_name: v${{ env.APP_VERSION }}
|
tag_name: v${{ env.APP_VERSION }}
|
||||||
title: Cider Version ${{ env.APP_VERSION }} (${{ env.GITHUB_REF_NAME }})
|
repository: ciderapp/cider-releases
|
||||||
body: Full changelog available [here](https://github.com/ciderapp/Cider/compare/stable...main)
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
env:
|
||||||
|
GITHUB_REPOSITORY: ciderapp/cider-releases
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue