Skip to content

Commit

Permalink
build: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Apr 16, 2023
1 parent aa47333 commit a2f93ae
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<!-- Pipes -->
<p align="center">
<a href="https://github.com/BoundfoxStudios/action-gource/actions?query=workflow%3A%22Gource+Action+Dev%22" alt="GitHub Dev Status">
<img src="https://github.com/BoundfoxStudios/action-gource/workflows/Gource%20Action%20Dev/badge.svg">
<a href="https://github.com/BoundfoxStudios/action-gource/actions?query=workflow%3A%22Gource+Action+Build%22" alt="GitHub Build Status">
<img src="https://github.com/BoundfoxStudios/action-gource/workflows/Gource%20Action%20Build/badge.svg">
</a>
</p>

Expand Down

0 comments on commit a2f93ae

Please sign in to comment.