Skip to content

Commit

Permalink
add json as artifact output
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpieters committed Sep 5, 2023
1 parent 8f8e202 commit b56c59b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/convert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
name: html-output
path: html/*

- name: Upload json output
uses: actions/upload-artifact@v3
with:
name: json-output
path: json/rules.json

deploy:
if: github.repository == 'rubenpieters/netrunner-comprehensive-rules'
needs: convert_files
Expand Down

0 comments on commit b56c59b

Please sign in to comment.