Skip to content

Commit 3c5051e

Browse files
committed
Uncomment GitHub Releases packaging
1 parent 6f3d795 commit 3c5051e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ RELEASE_VERSION=$1
77
###################################################
88

99
# Create directory for release assets ready to be published
10-
#rm -rf publish
11-
#mkdir publish
10+
rm -rf publish
11+
mkdir publish
1212

1313
# Package assets in tar.gz and zip formats
14-
#tar --create --gzip -f "publish/workshop-materials-${RELEASE_VERSION}.tar.gz" -C output .
15-
#cd output; zip --recurse-paths "../publish/workshop-materials-${RELEASE_VERSION}.zip" .; cd ..
14+
tar --create --gzip -f "publish/workshop-materials-${RELEASE_VERSION}.tar.gz" -C output .
15+
cd output; zip --recurse-paths "../publish/workshop-materials-${RELEASE_VERSION}.zip" .; cd ..
1616

1717
##########################################
1818
# Generate hosted assets for GitHub Pages
@@ -111,4 +111,4 @@ for mod in module-*; do
111111
done
112112

113113
# Build static website
114-
cd site; bundle install; bundle exec jekyll build; cd ..
114+
cd site; bundle install; bundle exec jekyll build; cd ..

0 commit comments

Comments
 (0)