Appending test

This commit is contained in:
Core 2022-08-03 19:56:37 +01:00
parent 7205fe8174
commit 310db526a5
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 13 additions and 7 deletions

View file

@ -43,7 +43,7 @@ jobs:
python3 -m castlabs_evs.account refresh -A ${{ secrets.EVS_ACCOUNT_NAME }} -P ${{ secrets.EVS_PASSWD }}
- name: Setup Environment
run: brew install autoconf automake libtool
run: brew install automake #libtool autoconf
- name: Install and Configure Node Modules
run: |
@ -96,16 +96,21 @@ jobs:
path: |
dist/*.dmg
dist/*.pkg
latest-mac.yml
dist/latest-mac.yml
- name: Upload Artifacts to Latest Release
uses: softprops/action-gh-release@v1
env:
GITHUB_REPOSITORY: ciderapp/cider-releases
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.RELEASE_TOKEN }}
repository: ciderapp/cider-releases
token: ${{ secrets.GITHUB_TOKEN }}
append_body: false
files: |
dist/*.dmg
dist/*.pkg
latest-mac.yml
dist/latest-mac.yml
tag_name: v${{ env.APP_VERSION }}
env:
GITHUB_REPOSITORY: ciderapp/cider-releases
title: Cider Version ${{ env.APP_VERSION }} (${{ env.GITHUB_REF_NAME }})
body: Full changelog available [here](https://github.com/ciderapp/Cider/compare/stable...main)