morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
e278a238
by Morgan at 2025-02-26T13:41:50+00:00
1 changed file:
Changes:
... | ... | @@ -41,8 +41,8 @@ curl \ |
41 | 41 | -H "Accept: application/vnd.github+json" \
|
42 | 42 | -H "Authorization: Bearer ${AUTH_TOKEN}" \
|
43 | 43 | -H "X-GitHub-Api-Version: 2022-11-28" \
|
44 | - https://api.github.com/repos/mullvad/browser-build/actions/workflows/main.yml/dispatches \
|
|
44 | + https://api.github.com/repos/mullvad/browser-build-public/actions/workflows/build.yml/dispatches \
|
|
45 | 45 | -d "{\"ref\":\"main\",\"inputs\":{\"tag\":\"${TAG}\",\"release\":\"${RELEASE}\"}}"
|
46 | 46 | |
47 | 47 | echo
|
48 | -echo Hashes will appear here: https://cdn.stagemole.eu/browser/hashes/[% c("var/projectname") %]/[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]/ |
|
48 | +echo Hashes will appear in the appropriate workflow run here: https://github.com/mullvad/browser-build-public/actions/workflows/build.yml |