diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..517019c --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,28 @@ +name: Gource Action Build +on: + release: + types: + - published + +jobs: + gource-action: + name: 'Local visualisation' + runs-on: ubuntu-latest + + steps: + - name: 'Checkout' + uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - name: 'Gource Action' + uses: BoundfoxStudios/action-gource@master + with: + git_url: ./ + gource_title: 'Gource Action' + + - name: 'Upload gource video' + uses: actions/upload-artifact@v3 + with: + name: Gource action + path: ./gource/gource.mp4 \ No newline at end of file diff --git a/README.md b/README.md index de69f5d..4de0608 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@