From 8c883951cac774156058fec32f6b44c2732745af Mon Sep 17 00:00:00 2001 From: Core Date: Mon, 3 Oct 2022 13:06:28 +0100 Subject: [PATCH] aa --- .github/workflows/build-macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 7a994942..8d3cf1b8 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -113,7 +113,7 @@ jobs: - name: Upload a Build Artifact uses: actions/upload-artifact@v2.2.3 with: - name: Cider-macOS-${{ env.RELEASE_VERSION }} + name: Cider-macOS-${{ env.APP_VERSION }} path: | dist/*.dmg dist/*.pkg @@ -124,7 +124,7 @@ jobs: with: repo_name: ciderapp/cider-releases repo_token: ${{ secrets.RELEASE_TOKEN }} - file: dist/Cider-*-universal.dmg + file: dist/Cider*.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/Cider-*-universal.pkg + file: dist/Cider*.pkg tag: v${{ env.RELEASE_VERSION }} - name: Trigger Bot Sync (main) uses: indiesdev/curl@v1.1