Skip to content

Commit

Permalink
Update tpgz-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheenoh authored Sep 28, 2024
1 parent f967268 commit 522f6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tpgz-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download latest release patches
run: curl -s https://api.github.com/repos/zsrtp/tpgz/releases/latest | grep "http.*patch" | cut -d ":" -f 2,3 | tr -d \ \" | wget -qi - --directory-prefix patches/
- name: Configure AWS Credentials
Expand Down

0 comments on commit 522f6c1

Please sign in to comment.