Fix compare_diff workflow

This commit is contained in:
Murderlon 2025-07-10 17:32:14 +02:00
parent 7a50ab89ef
commit b6ac95be8f
No known key found for this signature in database
GPG key ID: 1FF861FF1DDBB953

View file

@ -82,13 +82,13 @@ jobs:
env:
# https://docs.cypress.io/guides/references/advanced-installation#Skipping-installation
CYPRESS_INSTALL_BINARY: 0
- run: corepack yarn build:js:typeless
- run: corepack yarn build
- name: Store output file
run: tar cf /tmp/previousVersion.tar packages/@uppy/*/lib
- name: Fetch source from the PR
run: |
git checkout FETCH_HEAD -- packages
- run: corepack yarn build:js:typeless
- run: corepack yarn build
- name: Store output file
run: tar cf /tmp/newVersion.tar packages/@uppy/*/lib
- name: Setup git