This commit is contained in:
Core 2022-10-03 13:06:28 +01:00
parent 6cb7a3ca34
commit 8c883951ca

View file

@ -113,7 +113,7 @@ jobs:
- name: Upload a Build Artifact - name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.3 uses: actions/upload-artifact@v2.2.3
with: with:
name: Cider-macOS-${{ env.RELEASE_VERSION }} name: Cider-macOS-${{ env.APP_VERSION }}
path: | path: |
dist/*.dmg dist/*.dmg
dist/*.pkg dist/*.pkg
@ -124,7 +124,7 @@ jobs:
with: with:
repo_name: ciderapp/cider-releases repo_name: ciderapp/cider-releases
repo_token: ${{ secrets.RELEASE_TOKEN }} repo_token: ${{ secrets.RELEASE_TOKEN }}
file: dist/Cider-*-universal.dmg file: dist/Cider*.dmg
tag: v${{ env.RELEASE_VERSION }} tag: v${{ env.RELEASE_VERSION }}
- name: Upload Files (PKG) - name: Upload Files (PKG)
@ -132,7 +132,7 @@ jobs:
with: with:
repo_name: ciderapp/cider-releases repo_name: ciderapp/cider-releases
repo_token: ${{ secrets.RELEASE_TOKEN }} repo_token: ${{ secrets.RELEASE_TOKEN }}
file: dist/Cider-*-universal.pkg file: dist/Cider*.pkg
tag: v${{ env.RELEASE_VERSION }} tag: v${{ env.RELEASE_VERSION }}
- name: Trigger Bot Sync (main) - name: Trigger Bot Sync (main)
uses: indiesdev/curl@v1.1 uses: indiesdev/curl@v1.1