Skip to content

Commit

Permalink
Deprecate set-output in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioginer committed Dec 2, 2024
1 parent 2df4d47 commit 494f5cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
srv="${tag: -3}"
echo "GroovyMAME: 0.$mamev"
echo "Switchres : 2.$srv"
echo "::set-output name=mame_version::${mamev}"
echo "::set-output name=switchres_version::${srv}"
echo "::set-output name=current_tag::${tag}"
echo "mame_version=${mamev}" >> $GITHUB_OUTPUT
echo "switchres_version=${srv}" >> $GITHUB_OUTPUT
echo "current_tag=${tag}" >> $GITHUB_OUTPUT
- name: Download Artifacts
uses: actions/download-artifact@v4
- name: Create Release
Expand Down

0 comments on commit 494f5cf

Please sign in to comment.