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