From b4b32f9e2c17649285e32a469b30ea43c7ae1f3d Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 3 Aug 2022 20:20:55 +0100 Subject: [PATCH] Appending test 2 --- .github/workflows/build-macos.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 3c90ef96..0b3d3cfe 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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) \ No newline at end of file + repository: ciderapp/cider-releases + token: ${{ secrets.GITHUB_TOKEN }} + env: + GITHUB_REPOSITORY: ciderapp/cider-releases + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + +