1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-05 19:55:47 +03:00

Proper branch name for mvfst

Summary:
Need to fix branch name for OSS mvfst so CI continues on.

Ran opensource/fbcode_builder/getdeps/facebook/update-all-github-actions.sh

Reviewed By: lnicco

Differential Revision: D32041656

fbshipit-source-id: f72aab91a3084814a5d3fa8643ae5f405908c313
This commit is contained in:
Konstantin Tsoy
2021-11-02 15:34:34 -07:00
committed by Facebook GitHub Bot
parent 6d0b86108e
commit 6304b798cf

View File

@@ -921,7 +921,7 @@ jobs:
f"--final-install-prefix /usr/local\n"
)
out.write(" - uses: actions/upload-artifact@master\n")
out.write(" - uses: actions/upload-artifact@%s\n" % args.main_branch)
out.write(" with:\n")
out.write(" name: %s\n" % manifest.name)
out.write(" path: _artifacts\n")