Skip to content

Commit

Permalink
Upload tarball instead of binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <[email protected]>
  • Loading branch information
tgraf committed Feb 15, 2021
1 parent 31524f8 commit c11662c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
draft: false
prerelease: false
- name: Upload the artifacts
id: upload-release-artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
releaseId: ${{ steps.create_release.outputs.id }}
args: 'release/*/*/*'
args: 'release/*'

0 comments on commit c11662c

Please sign in to comment.