From 5429ecfb624e6cc4ecb0727bfc1a3ffcaed684b0 Mon Sep 17 00:00:00 2001 From: Jason Tsai Date: Sun, 17 Nov 2024 14:38:11 +0800 Subject: [PATCH] build: use versoview as windows nsis name --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6caf40..2763b0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -196,8 +196,8 @@ jobs: if: ${{ github.event_name == 'schedule' }} uses: actions/upload-artifact@v4 with: - name: verso_${{ env.VERSO_VERSION }}_x64_nsis - path: target\release\verso_${{ env.VERSO_VERSION }}_x64-setup.exe + name: versoview_${{ env.VERSO_VERSION }}_x64_nsis + path: target\release\versoview_${{ env.VERSO_VERSION }}_x64-setup.exe build-macos: if: ${{ github.event_name != 'pull_request' }} @@ -318,7 +318,7 @@ jobs: - name: Upload Windows NSIS installer uses: crabnebula-dev/cloud-release@v0.1.0 with: - command: release upload --file "verso_${{ env.VERSO_VERSION }}_x64_nsis/verso_${{ env.VERSO_VERSION }}_x64-setup.exe" ${{ env.CN_APP_SLUG }} $VERSO_RELEASE_NAME + command: release upload --file "versoview_${{ env.VERSO_VERSION }}_x64_nsis/versoview_${{ env.VERSO_VERSION }}_x64-setup.exe" ${{ env.CN_APP_SLUG }} $VERSO_RELEASE_NAME api-key: ${{ secrets.CN_API_KEY }} - name: Upload Flatpak bundle