Skip to content

Commit

Permalink
Copy build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
saxond committed May 9, 2021
1 parent 96dc297 commit 9998d03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
name: 'gpgencrypt'
compress: 'true'
dest: 'dist'
# step 3: Copy build-artifacts in the GitHub release
- name: Copy build-artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "./dist/*.tar.gz"

0 comments on commit 9998d03

Please sign in to comment.