Skip to content

Commit

Permalink
add slides, script to generate release zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jul 11, 2022
1 parent 390675f commit 2a3bd1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Binary file added Circuit Python Workshop.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions make_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

VER=`git describe --tags --abbrev=0`
FN="CircuitPythonWorkshop.$VER.zip"

pushd release
zip ../$FN -r ./
popd
1 change: 1 addition & 0 deletions release/Circuit Python Workshop.pdf
1 change: 1 addition & 0 deletions release/examples

0 comments on commit 2a3bd1d

Please sign in to comment.