microsoft / WhatTheHack

A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
MIT License
1.77k stars 874 forks source link

[WTH Core] - Automatic generation of Student/Release ZIP file on each push to the master branch #776

Open jordanbean-msft opened 1 year ago

jordanbean-msft commented 1 year ago

This includes a new action to create a GitHub Release for each hack that is modified and pushed to the master branch. It excludes directories that are not hacks (such as 000-HowToHack, .github, etc).

jordanbean-msft commented 11 months ago

@jrzyshr updated to only generate a new ZIP file if the Student/Resources directory in a given hack is changed