Skip to content

Commit

Permalink
Try to fix github action release again
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 28, 2020
1 parent 211b309 commit 561fa17
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,10 @@ jobs:
with:
name: binaries-${{ matrix.os }}-${{ matrix.arch }}
path: build/${{ matrix.arch }}.tar.gz

release:
runs-on: ubuntu-latest
needs: [build]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@master
- name: Create release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: "build/**"
files: "build/*.tar.gz"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 561fa17

Please sign in to comment.