Skip to content

Commit

Permalink
Fix up descriptor extension (#8369)
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja authored Oct 9, 2023
1 parent 21a509d commit 9bf8e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "serial=$(jq .serial manifest.json)" >> $GITHUB_ENV
- name: Download descriptor
run: wget ${{env.descriptor_path}}descriptor.bin
run: wget ${{env.descriptor_path}}descriptor.bin.gz

- name: Generate signing data
run: xorf-generator data generate --serial ${{env.serial}}
Expand Down

0 comments on commit 9bf8e8a

Please sign in to comment.