Skip to content

Commit

Permalink
Update create_pcm_archive.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SYSUeric66 authored Oct 27, 2023
1 parent ec7d76b commit c919d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCM/create_pcm_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ echo "Gather data for repo rebuild"
echo VERSION=$VERSION >> $GITHUB_ENV
echo DOWNLOAD_SHA256=$(shasum --algorithm 256 $OUTPUT_ZIP_PATH | xargs | cut -d' ' -f1) >> $GITHUB_ENV
echo DOWNLOAD_SIZE=$(ls -l $OUTPUT_ZIP_PATH | xargs | cut -d' ' -f5) >> $GITHUB_ENV
echo DOWNLOAD_URL="https:\/\/github.com\/Bouni\/kicad-jlcpcb-tools\/releases\/download\/$VERSION\/KiCAD-PCM-$VERSION.zip" >> $GITHUB_ENV
echo DOWNLOAD_URL="https:\/\/github.com\/SYSUeric66\/kicad-amf-plugin\/releases\/download\/$VERSION\/KiCAD-PCM-$VERSION.zip" >> $GITHUB_ENV
echo INSTALL_SIZE=$(unzip -l $OUTPUT_ZIP_PATH | tail -1 | xargs | cut -d' ' -f1) >> $GITHUB_ENV

0 comments on commit c919d13

Please sign in to comment.