Commit d873835c authored by Alex Hornby's avatar Alex Hornby Committed by Facebook GitHub Bot

change to upload-artifact@v2

Summary: Update to new version of upload-artifact without branch name as that's a separate repo that our dynamic branch settings should not apply to.

Reviewed By: zpao

Differential Revision: D32717494

fbshipit-source-id: 968908d1072d6d4550705e7df0b3828528e057dc
parent 8cf76910
......@@ -67,7 +67,7 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. folly --project-install-prefix folly:/usr/local
- name: Copy artifacts
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. folly _artifacts/linux --project-install-prefix folly:/usr/local --final-install-prefix /usr/local
- uses: actions/upload-artifact@main
- uses: actions/upload-artifact@v2
with:
name: folly
path: _artifacts
......
......@@ -71,7 +71,7 @@ jobs:
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. folly --project-install-prefix folly:/usr/local
- name: Copy artifacts
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. folly _artifacts/mac --project-install-prefix folly:/usr/local --final-install-prefix /usr/local
- uses: actions/upload-artifact@main
- uses: actions/upload-artifact@v2
with:
name: folly
path: _artifacts
......
......@@ -84,7 +84,7 @@ jobs:
run: python build/fbcode_builder/getdeps.py build --src-dir=. folly
- name: Copy artifacts
run: python build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. folly _artifacts/windows --final-install-prefix /usr/local
- uses: actions/upload-artifact@main
- uses: actions/upload-artifact@v2
with:
name: folly
path: _artifacts
......
......@@ -926,7 +926,7 @@ jobs:
f"--final-install-prefix /usr/local\n"
)
out.write(" - uses: actions/upload-artifact@%s\n" % args.main_branch)
out.write(" - uses: actions/upload-artifact@v2\n")
out.write(" with:\n")
out.write(" name: %s\n" % manifest.name)
out.write(" path: _artifacts\n")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment