Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
iMro0t committed Aug 21, 2022
1 parent 2ef5762 commit 89c7a50
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/epg.yml
Original file line number Diff line number Diff line change
@@ -14,11 +14,14 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Download binary
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
curl -L $(curl -s https://1:$RELEASE_TOKEN@api.github.com/repos/iMro0t/epg/releases/latest | grep 'browser_' | grep 'epg_' | cut -d\" -f4 | sed 's/github.com/1:'$RELEASE_TOKEN'@github.com/g')
- name: Get EPG Data
run: ./bin/epg_linux_x64
run: ./epg_linux_amd64 -source jiotv

- name: Update release
env:

0 comments on commit 89c7a50

Please sign in to comment.