Skip to content

Commit

Permalink
ci: wrong installer version used (#7602)
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Jul 25, 2024
1 parent 8f60626 commit 2b42f84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ jobs:
FILES_TO_BE_SIGNED: ${{ steps.get_files_to_be_signed.outputs.FILES_TO_BE_SIGNED }}
steps:
- uses: actions/checkout@v4
- name: Setup Version
id: version
uses: ./.github/actions/setup-version
- name: Setup Node.js
timeout-minutes: 10
uses: ./.github/actions/setup-node
Expand Down

0 comments on commit 2b42f84

Please sign in to comment.