Skip to content

Commit

Permalink
[FB] Workflow | Fix invaild UPDATE_HOST name
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Oct 10, 2023
1 parent ee9cc30 commit 9eae48c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ jobs:
if: inputs.lightning-build
run: |
sed -i 's|https://@MOZ_APPUPDATE_HOST@/browser/%DISPLAY_VERSION%/%OS%/%ARCH%/update.xml|https://@MOZ_APPUPDATE_HOST@/lightning/%DISPLAY_VERSION%/%OS%/%ARCH%/update.xml |g' ./build/application.ini.in
sed -i 's/floorp-update.ablaze.one/github.com/g' ./build/moz.build
#On Package, if not copies, error occur
- name: Copy l10n files if beta
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macOS-Universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ jobs:
if: inputs.lightning-build
run: |
sed -i 's|https://@MOZ_APPUPDATE_HOST@/browser/%DISPLAY_VERSION%/%OS%/%ARCH%/update.xml|https://@MOZ_APPUPDATE_HOST@/lightning/%DISPLAY_VERSION%/%OS%/%ARCH%/update.xml |g' ./build/application.ini.in
sed -i 's/floorp-update.ablaze.one/github.com/g' ./build/moz.build
#On Package, if not copies, error occur
- name: Copy l10n files if beta
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ jobs:
if: inputs.lightning-build
run: |
sed -i 's|https://@MOZ_APPUPDATE_HOST@/browser/%DISPLAY_VERSION%/%OS%/%ARCH%/update.xml|https://@MOZ_APPUPDATE_HOST@/lightning/%DISPLAY_VERSION%/%OS%/%ARCH%/update.xml |g' ./build/application.ini.in
sed -i 's/floorp-update.ablaze.one/github.com/g' ./build/moz.build
#On Package, if not copies, error occur
- name: Copy l10n files if beta
Expand Down

0 comments on commit 9eae48c

Please sign in to comment.