Skip to content

Commit

Permalink
Merge pull request #6 from sergkh/publish-fix
Browse files Browse the repository at this point in the history
Publish fix
  • Loading branch information
sergkh authored May 30, 2023
2 parents f517fe7 + cf17686 commit b5f9a1b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:

name: Release

Expand Down Expand Up @@ -53,15 +54,12 @@ jobs:
- name: Create GH release
id: create_release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: false
prerelease: false
generate_release_notes: true
- name: Upload Builds
id: osx_binary_upload
uses: softprops/action-gh-release@v1
with:
fail_on_unmatched_files: true
files: |
./osx/table
./linux/table
./osx/*
./linux/*

0 comments on commit b5f9a1b

Please sign in to comment.