mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
Merge pull request #365 from sorairolake/remove-get-version-action
Remove `battila7/get-version-action`
This commit is contained in:
commit
f1fc80a6cb
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user