Skip to content

Commit

Permalink
update set-output commands in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 26, 2022
1 parent b3d895f commit cbaebf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
working-directory: md-icons
id: md-icon-version
run: |
echo ::set-output name=tag::$(git describe --tags --abbrev=6)
echo ::set-output name=sha::$(git rev-parse HEAD)
echo "tag=$(git describe --tags --abbrev=6)" >> $GITHUB_OUTPUT
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- uses: actions/setup-python@v4
with:
python-version: '3.x'
Expand All @@ -44,7 +44,7 @@ jobs:
echo "v${{ steps.md-icon-version.outputs.tag }}" >> compiled/material-icons_VERSION.txt
echo "${{ steps.md-icon-version.outputs.sha }}" >> compiled/material-icons_VERSION.txt
- name: Save artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: compiled-v${{ steps.md-icon-version.outputs.tag }}
path: compiled/

0 comments on commit cbaebf9

Please sign in to comment.