ci: create patreon list

This commit is contained in:
itsmattkc
2021-04-29 21:03:02 +10:00
parent af742e6e62
commit 3952706ae5
2 changed files with 56 additions and 0 deletions
+24
View File
@@ -55,6 +55,14 @@ jobs:
- name: Checkout Source Code
uses: actions/checkout@v2
- name: Generate Patreon List
env:
PATREON_KEY: ${{ secrets.PATREON_KEY }}
run: |
cd $GITHUB_WORKSPACE/app/dialog/about
python3 patreon.py
if: github.event_name == 'push'
- name: Configure CMake
run: |
mkdir build
@@ -179,6 +187,14 @@ jobs:
$DOWNLOAD_TOOL https://github.com/olive-editor/dependencies/releases/download/continuous/olive-dep-win32.tar.gz
tar xzf olive-dep-win32.tar.gz
- name: Generate Patreon List
env:
PATREON_KEY: ${{ secrets.PATREON_KEY }}
run: |
cd $GITHUB_WORKSPACE/app/dialog/about
python3 patreon.py
if: github.event_name == 'push'
- name: Configure CMake
shell: bash
env:
@@ -322,6 +338,14 @@ jobs:
$DOWNLOAD_TOOL https://github.com/olive-editor/dependencies/releases/download/continuous/olive-dep-mac-x86_64.tar.gz
sudo tar xzf olive-dep-mac-x86_64.tar.gz -C /
- name: Generate Patreon List
env:
PATREON_KEY: ${{ secrets.PATREON_KEY }}
run: |
cd $GITHUB_WORKSPACE/app/dialog/about
python3 patreon.py
if: github.event_name == 'push'
- name: Configure CMake
shell: bash
working-directory: ${{ runner.workspace }}/build