Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into pinch-zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Nov 18, 2024
2 parents 11b86f7 + c638e3b commit bf84c05
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 76 deletions.
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
Loading

0 comments on commit bf84c05

Please sign in to comment.