Update build-macos.yml
This commit is contained in:
parent
add553f9d6
commit
9d6c438b1c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
|
@ -125,7 +125,7 @@ jobs:
|
|||
with:
|
||||
repo_name: ciderapp/cider-releases
|
||||
repo_token: ${{ secrets.RELEASE_TOKEN }}
|
||||
file: dist/Cider-${{ env.APP_VERSION }}-universal.dmg
|
||||
file: dist/Cider-*-universal.dmg
|
||||
tag: v${{ env.APP_VERSION }}
|
||||
|
||||
- name: Upload Files (PKG)
|
||||
|
@ -133,7 +133,7 @@ jobs:
|
|||
with:
|
||||
repo_name: ciderapp/cider-releases
|
||||
repo_token: ${{ secrets.RELEASE_TOKEN }}
|
||||
file: dist/Cider-${{ env.APP_VERSION }}-universal.pkg
|
||||
file: dist/Cider-*-universal.pkg
|
||||
tag: v${{ env.APP_VERSION }}
|
||||
- name: Trigger Bot Sync (main)
|
||||
uses: indiesdev/curl@v1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue