Skip to content

Commit

Permalink
CI: Fix deprecation messages of set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Jul 13, 2023
1 parent 8b1f0ee commit cc469f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
- name: Get current tag and commit SHA for artifact naming
id: naming
run: |
echo "::set-output name=tag::$(git describe --tags --abbrev=0)"
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Upload AG Mod X package for Linux
uses: actions/upload-artifact@master
Expand Down

0 comments on commit cc469f8

Please sign in to comment.