Skip to content

Commit

Permalink
Update distribute-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bearaujus committed Dec 8, 2024
1 parent 907bfe3 commit 5c1f831
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/distribute-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ jobs:
openssl dgst -sha256 -sign private.key -out myapp.sig myapp
- name: Upload Signed Binary, Certificate, and Signature
uses: actions/upload-artifact@v2
uses: softprops/action-gh-release@v1
with:
name: signed-binary-and-cert
path: |
myapp
myapp.sig
myapp-cert.pem
files: myapp myapp.sig myapp-cert.pem
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5c1f831

Please sign in to comment.