Skip to content

Commit

Permalink
fix artifact upload (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: tuky191 <[email protected]>
  • Loading branch information
tuky191 and tuky191 authored Jun 27, 2023
1 parent 53a853c commit 46e0782
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Create release for ${{ github.ref_name }}
run: gh release create ${{ github.ref_name }} --prerelease --generate-notes --repo ${{ github.repository }}


artifacts:
if: startsWith(github.ref, 'refs/tags/')
needs: release
Expand Down Expand Up @@ -112,5 +111,4 @@ jobs:
- name: Display JSON file
run: cat build/release/binaries.json
- name: Upload the JSON file to release
run: gh release upload ${{ github.ref_name }} build/release/checksum.txt --repo ${{ github.repository }}

run: gh release upload ${{ github.ref_name }} build/release/binaries.json --repo ${{ github.repository }}

0 comments on commit 46e0782

Please sign in to comment.