Skip to content

Commit

Permalink
Fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Jan 20, 2022
1 parent 0d04c99 commit e9480bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Store tar package artifact
uses: actions/upload-artifact@v2
with:
name: cheqd-node_${{ env.VERSION }}.deb
name: cheqd-node_${{ env.VERSION }}.tar.gz
path: build-tools/output/cheqd-node_${{ env.VERSION }}.tar.gz

build-deb-package:
Expand Down

0 comments on commit e9480bd

Please sign in to comment.