Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder-coding committed Dec 28, 2022
1 parent 80b1931 commit dbb9a82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build
run: cargo build --release
- name: Upload binaries to release
uses: termux/upload-release-action@v3.0.3
uses: termux/upload-release-action@v4.0.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/mything
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Build
run: cargo build --release --locked
- name: Upload binaries to release
uses: termux/upload-release-action@v3.0.3
uses: termux/upload-release-action@v4.0.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.artifact_name }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Build
run: cargo build --release
- name: Upload binaries to release
uses: termux/upload-release-action@v3.0.3
uses: termux/upload-release-action@v4.0.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/my*
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Build
run: cargo build --release
- name: Upload binaries to release
uses: termux/upload-release-action@v3.0.3
uses: termux/upload-release-action@v4.0.1
with:
repo_name: owner/repository-name
# A personal access token for the GitHub repository in which the release will be created and edited.
Expand Down

0 comments on commit dbb9a82

Please sign in to comment.