Skip to content

Building fip-player #48

Building fip-player

Building fip-player #48

Workflow file for this run

name: Build fip-player
run-name: Building fip-player
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt update
- run: sudo apt install golang libmpv-dev
- uses: actions/checkout@v3
- run: go build .
- name: Set uuid
id: vars
run: echo "uuid=$(uuidgen)" >> $GITHUB_OUTPUT
- uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ steps.vars.outputs.uuid }}"
prerelease: false
title: "Nightly build of ${{ steps.vars.outputs.uuid }}"
files: fip-player