mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Split crates and clean up structure of codebase (#294)
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
bf700f9012
commit
4b00f5f143
88 changed files with 2989 additions and 1423 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -20,13 +20,13 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Extract tag from commit message
|
||||
id: version
|
||||
run: ./ci-scripts/extract-tag-from-release-commit.sh
|
||||
run: .github/scripts/extract-tag-from-release-commit.sh
|
||||
- name: Extract release notes
|
||||
id: notes
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
run: ./ci-scripts/extract-release-notes.sh
|
||||
run: .github/scripts/extract-release-notes.sh
|
||||
|
||||
tag:
|
||||
needs: info
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
path: outputs/
|
||||
|
||||
- name: Pack archives
|
||||
run: ./ci-scripts/pack-release-archives.sh
|
||||
run: .github/scripts/pack-release-archives.sh
|
||||
|
||||
- name: Publish release
|
||||
uses: softprops/action-gh-release@50195ba7f6f93d1ac97ba8332a178e008ad176aa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue