Skip to content

Commit

Permalink
Make path smaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 28, 2024
1 parent af948db commit 7a29e5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/zip_pdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pacman -Sy zip --noconfirm
# Output zip file name
ZIPFILE="packages/mrv2_Windows_v${mrv2_VERSION}_Debugging_pdb_files.zip"

# Make path smaller as it will make -exec fail on GitHub Actions
export PATH=/bin:/usr/bin:/usr/local/bin/

find "$BUILD_DIR" -type f -name "*.pdb" -exec zip -v9 $ZIPFILE {} +

cat <<"EOF" > INSTALL.txt
Expand Down

0 comments on commit 7a29e5e

Please sign in to comment.