Skip to content

Commit

Permalink
re-add accidentally removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastler committed Mar 31, 2024
1 parent fc40149 commit 5963287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PCM/create_pcm_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ echo VERSION=$VERSION >> $GITHUB_ENV
echo DOWNLOAD_SHA256=$(shasum --algorithm 256 PCM/KiCAD-PCM-$VERSION.zip | xargs | cut -d' ' -f1) >> $GITHUB_ENV
echo DOWNLOAD_SIZE=$(ls -l PCM/KiCAD-PCM-$VERSION.zip | xargs | cut -d' ' -f5) >> $GITHUB_ENV
echo DOWNLOAD_URL="https:\/\/github.com\/ebastler\/marbastlib\/releases\/download\/$VERSION\/KiCAD-PCM-$VERSION.zip" >> $GITHUB_ENV
echo INSTALL_SIZE=$(unzip -l PCM/KiCAD-PCM-$VERSION.zip | tail -1 | xargs | cut -d' ' -f1) >> $GITHUB_ENV
echo KICAD_VERSION=$(grep -oP '(?<="kicad_version": ")[^"]*' PCM/metadata.template.json) >> $GITHUB_ENV
echo PROJECT_NAME=$(grep name PCM/metadata.template.json | head -1 | grep -oP '(?<="name": ")[^"]*') >> $GITHUB_ENV

0 comments on commit 5963287

Please sign in to comment.