diff options
author | Pheenoh <pheenoh@gmail.com> | 2021-02-06 17:44:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 17:44:08 -0500 |
commit | d24f2528b8ffdf5cbae09de2ce3c727cafec952c (patch) | |
tree | 44f1cd4c0ce5bd4c75e666c1c416c1418529726c | |
parent | ae2c86634e9fc3b780b1b09e38e552168157ec0b (diff) |
Update tpgz-release.yml0.2
-rw-r--r-- | .github/workflows/tpgz-release.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/tpgz-release.yml b/.github/workflows/tpgz-release.yml index efcc345..2b0c666 100644 --- a/.github/workflows/tpgz-release.yml +++ b/.github/workflows/tpgz-release.yml @@ -10,9 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download latest release patches - run: mkdir patches && curl -s https://api.github.com/repos/pheenoh/tpgz/releases/latest | grep "http.*patch" | cut -d ":" -f 2,3 | tr -d \ \" | wget -qi - --directory-prefix patches/ - - name: test - run: ls -la 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/ - uses: jakejarvis/s3-sync-action@master with: args: --acl public-read --follow-symlinks |