diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index d95a8d3..a5126ee 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -23,13 +23,12 @@ jobs: override: true - name: Build - working-directory: ./filo-clipboard run: cargo build --release - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: ./filo-clipboard/target/release/filo-clipboard.exe + files: ./target/release/filo-clipboard.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.lock b/Cargo.lock index a10cd5e..ff2e37c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "filo-clipboard" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "clipboard-win", diff --git a/Cargo.toml b/Cargo.toml index 57a87bd..1e22de5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filo-clipboard" -version = "0.1.1" +version = "0.1.2" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html