We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f967268 commit 522f6c1Copy full SHA for 522f6c1
.github/workflows/tpgz-release.yml
@@ -13,6 +13,8 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Checkout
17
+ uses: actions/checkout@v4
18
- name: Download latest release patches
19
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/
20
- name: Configure AWS Credentials
0 commit comments