Add instructions

This commit is contained in:
Marco Gario 2020-09-17 13:42:19 +02:00
parent 7da583bcb3
commit b4a8cfa05c

View file

@ -1,3 +1,16 @@
#
# Split the CodeQL Bundle into language-platform bundles
#
# Instructions:
# 1. Upload the new codeql-bundle (codeql-bundle.tar.gz) as an asset of the
# release (codeql-bundle-20200826)
# 2. Take note of the CLI Release used by the bundle (e.g., v2.2.5)
# 3. Manually launch this workflow file (via the Actions UI) specifying
# - The CLI Release (e.g., v2.2.5)
# - The release tag (codeql-bundle-20200826)
# 4. If everything succeeds you should see 21 new assets.
#
name: Split Bundle
on: