Merge pull request #365 from sorairolake/remove-get-version-action

Remove `battila7/get-version-action`
This commit is contained in:
Mohamed Daahir 2024-04-29 05:05:50 +01:00 committed by GitHub
commit f1fc80a6cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,9 +107,6 @@ jobs:
strip "target/${{ matrix.job.target }}/release/xh"
fi
- id: get_version
uses: battila7/get-version-action@v2
- name: Package
shell: bash
run: |
@ -118,7 +115,7 @@ jobs:
else
bin="target/${{ matrix.job.target }}/release/xh"
fi
staging="xh-${{ steps.get_version.outputs.version }}-${{ matrix.job.target }}"
staging="xh-${{ github.ref_name }}-${{ matrix.job.target }}"
mkdir -p "$staging"/{doc,completions}
cp LICENSE README.md $bin $staging