Skip to content

Commit

Permalink
Migrate to new org and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Apr 9, 2023
1 parent 81a6d40 commit df04b8c
Show file tree
Hide file tree
Showing 9 changed files with 214 additions and 141 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 harmless-tech, crow-rest
Copyright (c) 2023 harmless-tech, cargo-prebuilt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@

# Install cargo-prebuilt

[![build-test](https://github.com/crow-rest/cargo-prebuilt-action/actions/workflows/test.yml/badge.svg)](https://github.com/crow-rest/cargo-prebuilt-action/actions/workflows/test.yml)
[![build-test](https://github.com/cargo-prebuilt/cargo-prebuilt-action/actions/workflows/test.yml/badge.svg)](https://github.com/cargo-prebuilt/cargo-prebuilt-action/actions/workflows/test.yml)

Installs cargo-prebuilt and the crates you pass to it, it also uses the tool
cache to store all downloaded items.

See:
- [cargo-prebuilt](https://github.com/crow-rest/cargo-prebuilt)
- [cargo-prebuilt-index](https://github.com/crow-rest/cargo-prebuilt-index)
- [cargo-prebuilt](https://github.com/cargo-prebuilt/cargo-prebuilt)
- [cargo-prebuilt-index](https://github.com/cargo-prebuilt/index)

### Inputs

Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install cargo-prebuilt
uses: crow-rest/cargo-prebuilt-action@v1
uses: cargo-prebuilt/cargo-prebuilt-action@v1
- run: cargo prebuilt just
```
or
Expand All @@ -54,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install cargo-prebuilt
uses: crow-rest/cargo-prebuilt-action@v1
uses: cargo-prebuilt/cargo-prebuilt-action@v1
with:
tools: just,[email protected]
```
Expand All @@ -71,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install cargo-prebuilt
uses: crow-rest/cargo-prebuilt-action@v1
uses: cargo-prebuilt/cargo-prebuilt-action@v1
with:
version: 0.3.0
target: aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test('throws invalid number', async () => {

test('get tag', async () => {
const out = await exec.getExecOutput(
'git ls-remote --tags --refs https://github.com/crow-rest/cargo-prebuilt.git'
'git ls-remote --tags --refs https://github.com/cargo-prebuilt/cargo-prebuilt.git'
)

const re = /([0-9]\.[0-9]\.[0.9])/g
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Install cargo-prebuilt'
description: 'Install cargo prebuilt to a runner'
author: 'harmless-tech, crow-rest'
author: 'harmless-tech, cargo-prebuilt'
branding:
icon: arrow-down-circle
color: gray-dark
Expand Down
84 changes: 24 additions & 60 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit df04b8c

Please sign in to comment.