Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-turbofish committed Jun 22, 2024
1 parent c6a8d4c commit fe3161a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/zsh-histdb-skim
Expand Down Expand Up @@ -79,7 +79,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-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/zsh-histdb-skim
Expand Down

0 comments on commit fe3161a

Please sign in to comment.