Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e committed Jul 4, 2024
1 parent 2ed8b04 commit 00cd679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: cargo build --all --release && strip target/release/zsh-histdb-skim target/release/zsh-histdb-skim

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/zsh-histdb-skim
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: cargo build --all --release && strip target/release/zsh-histdb-skim

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/zsh-histdb-skim
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: cargo build --all --release && strip target/release/zsh-histdb-skim

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/zsh-histdb-skim
Expand Down

0 comments on commit 00cd679

Please sign in to comment.