Skip to content

Commit

Permalink
Upload binary and test out GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gusruben committed Oct 22, 2024
1 parent 1b1a051 commit 98f183a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Publish

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."
Binary file added winball.exe
Binary file not shown.

0 comments on commit 98f183a

Please sign in to comment.