Skip to content

Commit 7aa1517

Browse files
authored
Update update-latest-json-portable.yml
1 parent 22ec909 commit 7aa1517

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/update-latest-json-portable.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ jobs:
7272
# - name: Set linux-aarch64 version
7373
# run: |
7474
# cd ./browser-portable
75-
# # Why "arm"?, see: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/PlatformArch
76-
# cat ./latest.json | jq '."linux-arm".version|="${{ github.event.inputs.display-version }}"' | tee ./latest.json
77-
# cat ./latest.json | jq '."linux-arm".url|="${{ env.LINUX_AARCH64_DOWNLOAD_URL }}"' | tee ./latest.json
78-
# cat ./latest.json | jq '."linux-arm".sha256|="${{ env.LINUX_AARCH64_SHA256 }}"' | tee ./latest.json
75+
# cat ./latest.json | jq '."linux-arm64".version|="${{ github.event.inputs.display-version }}"' | tee ./latest.json
76+
# cat ./latest.json | jq '."linux-arm64".url|="${{ env.LINUX_AARCH64_DOWNLOAD_URL }}"' | tee ./latest.json
77+
# cat ./latest.json | jq '."linux-arm64".sha256|="${{ env.LINUX_AARCH64_SHA256 }}"' | tee ./latest.json
7978

8079
- name: Commit
8180
run: |

0 commit comments

Comments
 (0)