Skip to content

Commit

Permalink
upgrade name/serial steps
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Oct 3, 2023
1 parent 98e8e92 commit 0b4f49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: Get descriptor path
id: set_descriptor
run: |
echo "::set-output name=descriptor_path::$(jq .report_prefix manifest.json)"
echo "descriptor_path=$(jq .report_prefix manifest.json)" >> $GITHUB_ENV
- name: Get serial
id: set_serial
run: |
echo "::set-output name=serial::$(jq .serial manifest.json)"
echo "serial=$(jq .serial manifest.json)" >> $GITHUB_ENV
- name: Download descriptor
run: wget ${{steps.set_descriptor.outputs.descriptor_path}}descriptor.bin
Expand Down

0 comments on commit 0b4f49a

Please sign in to comment.