Skip to content

Commit

Permalink
Cut the "
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Nov 8, 2024
1 parent f1ebf3f commit 580804f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/windows/todesktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
shell: cmd
- run: yarn set version --yarn-path self
shell: cmd
- run: echo "uv_ver=$(npm pkg get config.uvVersion)" >> "$GITHUB_ENV"
- run: echo "uv_ver=$(npm pkg get config.uvVersion | cut -d "\"" -f 2 )" >> "$GITHUB_ENV"
shell: bash
- name: Download UV Windows
uses: dsaltares/fetch-gh-release-asset@master
Expand Down Expand Up @@ -61,4 +61,4 @@ runs:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
TODESKTOP_EMAIL: ${{ inputs.TODESKTOP_EMAIL}}
TODESKTOP_ACCESS_TOKEN: ${{inputs.TODESKTOP_ACCESS_TOKEN}}
run: yarn run publish
run: yarn run publish

0 comments on commit 580804f

Please sign in to comment.