Skip to content

Commit

Permalink
Attempt to fetch descriptor.json from shadow drive
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Sep 27, 2023
1 parent 8196d74 commit b3dc200
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ jobs:
with:
repo: helium/xorf-generator

- name: Download descriptor
run: wget $(grep report_prefix manifest.json | sed -e 's/\"report_prefix\": //' -e 's/"//g' -e 's/,$//')/descriptor.json

- name: Check manifest
run: xorf-generator manifest verify -i denylist.csv
run: xorf-generator manifest verify

- name: Check filter
run: xorf-generator filter generate -i denylist.csv
run: xorf-generator filter generate

- name: Push Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b3dc200

Please sign in to comment.