Skip to content

Commit

Permalink
Rename archetect-cli to archtect-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmiebfulton committed Jan 5, 2024
1 parent ee064f3 commit e4d0f76
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 1,15 @@
name: test release

# Only do the release on x.y.z tags.
on:
push:
tags:
- '**'

# We need this to be able to create releases.
permissions:
contents: write

jobs:
# The create-release job runs purely to initialize the GitHub release itself,
# and names the release after the `x.y.z` tag that was pushed. It's separate
# from building the release so that we only create the release once.
# Create a draft release placeholder for each build to publish to
create-release:
name: create-release
runs-on: ubuntu-latest
Expand Down Expand Up @@ -53,15 49,14 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [linux, macos, windows]
include:
- platform: linux
os: ubuntu-latest
arch: x64
- platform: macos
os: macos-latest
rust: stable
arch: arm64
arch: aarch64
- platform: windows
os: windows-latest
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@ resolver = "2"

members = [
"archetect-api",
"archetect-cli",
"archetect-bin",
"archetect-core",
"archetect-terminal-io",
"archetect-minijinja",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 16,7 @@ projects, or entire architectures. Key features include:

Modules:

- [archetect-cli](archetect-cli/README.md)
- [archetect-cli](archetect-bin/README.md)
- [archetect-core](archetect-core/README.md)

## Quick Start
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e4d0f76

Please sign in to comment.