Skip to content

Commit

Permalink
added workflow feat/web-app-testing []
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikshinde590 committed Oct 1, 2024
1 parent 9dcf9aa commit 819982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feat-sparrow-refactoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Update updater endpoint in tauri.conf.json file
run: |
content=$(<src-tauri/tauri.conf.json)
content=$(<apps/@sparrow-desktop/src-tauri/tauri.conf.json)
newContent=$(echo "$content" | sed 's|"https://{{UPDATER_URL}}/updater/{{target}}/{{arch}}/{{current_version}}"|"https://${{ secrets.UPDATER_ENDPOINT_DEV }}/updater/{{target}}/{{arch}}/{{current_version}}"|g')
echo "$newContent" > src-tauri/tauri.conf.json
shell: bash
Expand Down

0 comments on commit 819982c

Please sign in to comment.