Skip to content

Commit

Permalink
overwrite release files if existing
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e committed Jul 4, 2024
1 parent ce5fc53 commit 712e7a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
file: target/x86_64-apple-darwin/release/zsh-histdb-skim
asset_name: zsh-histdb-skim-darwin-x64
tag: ${{ github.ref }}
overwrite: true

build-mac-arm:
runs-on: macos-latest
Expand Down Expand Up @@ -116,3 +117,5 @@ jobs:
file: target/release/zsh-histdb-skim
asset_name: zsh-histdb-skim-darwin-aarch64
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 712e7a8

Please sign in to comment.