Skip to content

Commit

Permalink
Fixed incorrect working dir in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davystrong committed Sep 5, 2021
1 parent 10c35cc commit 24ace66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 24ace66

Please # to comment.