Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: use versoview as windows nsis name #241

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
- name: Upload Windows NSIS installer
uses: crabnebula-dev/[email protected]
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
Expand Down