Skip to content

Commit

Permalink
update step output to new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michalskrivanek authored and mrkev-gh committed Nov 4, 2022
1 parent 8d259b8 commit d2e2db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- name: Get distro suffix
id: eval
shell: bash
run: echo "::set-output name=distro::$(rpm --eval %{?dist} | cut -d '.' -f 2)"
run: echo "distro=$(rpm --eval %{?dist} | cut -d '.' -f 2)" >> $GITHUB_OUTPUT
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit d2e2db8

Please sign in to comment.