Skip to content

Commit

Permalink
ci - versão da action upload-release-action atualizada
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-russo committed Sep 28, 2023
1 parent eae2cc1 commit 687d3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cbers4asat-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdir dist/
tar -czvf dist/cbers4a-cli-linux.tar.gz --directory=target/release/ cbers4asat
- name: Upload binaries
uses: svenstaro/upload-release-action@2.3.0
uses: svenstaro/upload-release-action@v2
with:
file: cli/dist/cbers4a-cli-linux.tar.gz
repo_token: ${{ secrets.GH_TOKEN }}
Expand All @@ -50,7 +50,7 @@ jobs:
mkdir dist/
mv target/x86_64-pc-windows-gnu/release/cbers4asat.exe dist/
- name: Upload binaries
uses: svenstaro/upload-release-action@2.3.0
uses: svenstaro/upload-release-action@v2
with:
file: cli/dist/cbers4asat.exe
repo_token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 687d3ca

Please sign in to comment.