Skip to content

fix: wrong parameters order for read_output #5

fix: wrong parameters order for read_output

fix: wrong parameters order for read_output #5

Workflow file for this run

name: Release on new tag
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make image
- run: make docker
- run: cp _build_static/default/bin/main.exe ffbar
- uses: marvinpinto/action-automatic-releases@latest
with:
prerelease: false
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: |
ffbar
LICENSE