Skip to content

Commit

Permalink
Add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Gario committed Sep 17, 2020
1 parent 7da583b commit b4a8cfa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b4a8cfa

Please sign in to comment.