Skip to content

Commit

Permalink
Fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Oct 14, 2023
1 parent 6905e21 commit 878db91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-exe.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- "*"
- "v*.*.*"
workflow_dispatch:

name: Build and publish executable
Expand All @@ -20,7 +20,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Automated build of ${{ github.ref }}
files: bin/*
draft: false
files: dist/bin/*
draft: true
prerelease: true
body: This is an automated build of commit ${{ github.ref }}.

0 comments on commit 878db91

Please sign in to comment.