diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46f9fb3..3c2b6fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,9 @@ jobs: run: | outdir=${{ env.TARGET_DIR }} staging="rates-${{ env.RELEASE_VERSION }}-${{ matrix.target }}" - mkdir -p "$staging"/{complete,doc} + mkdir -p "$staging"/doc + cp {README.md,LICENSE-APACHE,LICENSE-MIT} "$staging/" + if [ "${{ matrix.os }}" = "windows-2019" ]; then cp "target/release/rates.exe" "$staging/" 7z a "$staging.zip" "$staging" diff --git a/README.md b/README.md index 0ec5066..82438a3 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,8 @@ cargo install rates ``` ### Releases -Alternatively, you can download the binary from the +Alternatively, you can download a binary for your system from the [releases](https://github.com/lunush/rates/releases) page - ## License Apache 2.0 or MIT, at your choice.