diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9b0574..3af2a2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,21 +43,21 @@ jobs: path: | target/x86_64-apple-darwin/release/cargo-temp - build-windows: - runs-on: windows-latest - steps: - - name: Checkout source - uses: actions/checkout@v2 - - name: Build release (Windows) - uses: actions-rs/cargo@v1 - with: - command: build - args: --release --target=x86_64-windows-pc-msvc - - uses: actions/upload-artifact@v2 - with: - name: build-windows - path: | - target/x86_64-pc-windows-msvc/release/cargo-temp.exe + build-windows: + runs-on: windows-latest + steps: + - name: Checkout source + uses: actions/checkout@v2 + - name: Build release (Windows) + uses: actions-rs/cargo@v1 + with: + command: build + args: --release --target=x86_64-pc-windows-msvc + - uses: actions/upload-artifact@v2 + with: + name: build-windows + path: | + target/x86_64-pc-windows-msvc/release/cargo-temp.exe release: needs: [build-linux, build-osx-x86, build-windows] @@ -80,7 +80,7 @@ jobs: with: name: build-windows path: build-windows - - run: mv build-windows/cargo-temp.exe build-windows/cargo-temp-${{ steps.get_version.outputs.VERSION }}-windows.exe + - run: mv build-windows/cargo-temp.exe build-windows/cargo-temp-${{ steps.get_version.outputs.VERSION }}-windows-x86_64.exe - name: Release uses: softprops/action-gh-release@v1 env: diff --git a/README.md b/README.md index 1dd53fa..3f0f5c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cargo-temp -A CLI tool for linux (currently) that allow you to create a new rust project in a temporary directory with +A CLI tool that allow you to create a new rust project in a temporary directory with already installed dependencies. ![Cargo-temp demo](t-rec.gif)