Skip to content

Upload binary and test out GitHub releases #1

Upload binary and test out GitHub releases

Upload binary and test out GitHub releases #1

Workflow file for this run

name: Publish

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push:
tags:
- '*'
jobs:
build:
name: Publish binaries
runs-on: ubuntu-latest
steps:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: winball.exe
asset_name: winball.exe
tag: ${{ github.ref }}
overwrite: true
body: "Initial release. Uploaded directly."