Adding more curl return codes to the SSL certs branch #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pack Launcher | |
on: | |
push: | |
paths: | |
- 'downloader.sh' | |
workflow_dispatch: | |
jobs: | |
pack: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Pack Launcher | |
run: ./.github/pack_launcher.sh | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |