Skip to content

Commit 2042d7a

Browse files
committed
Unwrap CI artifact
1 parent 78e2be1 commit 2042d7a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/devtools_regression_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/upload-artifact@v4
9393
with:
9494
name: react-devtools
95-
path: build/devtools.tgz
95+
path: build/devtools
9696
if-no-files-found: error
9797
# Simplifies getting the extension for local testing
9898
- name: Archive chrome extension

scripts/ci/pack_and_store_devtools_artifacts.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ else
2828
mv ./$browser/build/webpack-stats.*.json ../../build/devtools/
2929
done
3030
fi
31-
32-
# Compress all DevTools artifacts into a single tarball for easy download
33-
cd ../../build/devtools
34-
tar -zcvf ../devtools.tgz .

0 commit comments

Comments
 (0)