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"
|
strip "target/${{ matrix.job.target }}/release/xh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- id: get_version
|
|
||||||
uses: battila7/get-version-action@v2
|
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@ -118,7 +115,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
bin="target/${{ matrix.job.target }}/release/xh"
|
bin="target/${{ matrix.job.target }}/release/xh"
|
||||||
fi
|
fi
|
||||||
staging="xh-${{ steps.get_version.outputs.version }}-${{ matrix.job.target }}"
|
staging="xh-${{ github.ref_name }}-${{ matrix.job.target }}"
|
||||||
|
|
||||||
mkdir -p "$staging"/{doc,completions}
|
mkdir -p "$staging"/{doc,completions}
|
||||||
cp LICENSE README.md $bin $staging
|
cp LICENSE README.md $bin $staging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user