Skip to content

Commit 522f6c1

Browse files
authored
Update tpgz-release.yml
1 parent f967268 commit 522f6c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tpgz-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Checkout
17+
uses: actions/checkout@v4
1618
- name: Download latest release patches
1719
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/
1820
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)