Split crates and clean up structure of codebase (#294)

Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Félix Saparelli 2022-08-20 23:24:12 +12:00 committed by GitHub
parent bf700f9012
commit 4b00f5f143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
88 changed files with 2989 additions and 1423 deletions

View file

@ -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